001 package net.minecraft.entity; 002 003 public enum EnumCreatureAttribute 004 { 005 UNDEFINED, 006 UNDEAD, 007 ARTHROPOD; 008 }