| Modifier and Type | Field and Description | 
|---|---|
| EnumCreatureAttribute | EnchantmentHelper.ModifierLiving. entityLiving | 
| Modifier and Type | Method and Description | 
|---|---|
| float | Enchantment. calcDamageByCreature(int level,
                    EnumCreatureAttribute creatureType) | 
| float | EnchantmentDamage. calcDamageByCreature(int level,
                    EnumCreatureAttribute creatureType) | 
| static float | EnchantmentHelper. getModifierForCreature(ItemStack stack,
                      EnumCreatureAttribute creatureAttribute) | 
| Modifier and Type | Method and Description | 
|---|---|
| EnumCreatureAttribute | EntityLivingBase. getCreatureAttribute() | 
| static EnumCreatureAttribute | EnumCreatureAttribute. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static EnumCreatureAttribute[] | EnumCreatureAttribute. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| EnumCreatureAttribute | EntityWither. getCreatureAttribute() | 
| Modifier and Type | Method and Description | 
|---|---|
| EnumCreatureAttribute | EntitySpider. getCreatureAttribute() | 
| EnumCreatureAttribute | EntityZombie. getCreatureAttribute() | 
| EnumCreatureAttribute | AbstractSkeleton. getCreatureAttribute() | 
| EnumCreatureAttribute | AbstractIllager. getCreatureAttribute() | 
| EnumCreatureAttribute | EntitySilverfish. getCreatureAttribute() | 
| EnumCreatureAttribute | EntityEndermite. getCreatureAttribute() | 
| Modifier and Type | Method and Description | 
|---|---|
| EnumCreatureAttribute | EntityZombieHorse. getCreatureAttribute() | 
| EnumCreatureAttribute | EntitySkeletonHorse. getCreatureAttribute() | 
| Modifier and Type | Method and Description | 
|---|---|
| static EnumCreatureAttribute | EnumHelper. addCreatureAttribute(java.lang.String name) |