Uses of Class
net.minecraft.entity.CreatureAttribute
Package
Description
-
Uses of CreatureAttribute in net.minecraft.enchantment
Modifier and TypeMethodDescriptionfloat
DamageEnchantment.getDamageBonus
(int p_152376_1_, CreatureAttribute p_152376_2_) float
Enchantment.getDamageBonus
(int p_152376_1_, CreatureAttribute p_152376_2_) static float
EnchantmentHelper.getDamageBonus
(ItemStack p_152377_0_, CreatureAttribute p_152377_1_) float
ImpalingEnchantment.getDamageBonus
(int p_152376_1_, CreatureAttribute p_152376_2_) -
Uses of CreatureAttribute in net.minecraft.entity
Modifier and TypeFieldDescriptionstatic final CreatureAttribute
CreatureAttribute.ARTHROPOD
static final CreatureAttribute
CreatureAttribute.ILLAGER
static final CreatureAttribute
CreatureAttribute.UNDEAD
static final CreatureAttribute
CreatureAttribute.UNDEFINED
static final CreatureAttribute
CreatureAttribute.WATER
-
Uses of CreatureAttribute in net.minecraft.entity.boss
-
Uses of CreatureAttribute in net.minecraft.entity.monster
Modifier and TypeMethodDescriptionAbstractIllagerEntity.getMobType()
AbstractSkeletonEntity.getMobType()
EndermiteEntity.getMobType()
GuardianEntity.getMobType()
PhantomEntity.getMobType()
SilverfishEntity.getMobType()
SpiderEntity.getMobType()
ZoglinEntity.getMobType()
ZombieEntity.getMobType()
-
Uses of CreatureAttribute in net.minecraft.entity.passive
Modifier and TypeMethodDescriptionBeeEntity.getMobType()
TurtleEntity.getMobType()
WaterMobEntity.getMobType()
-
Uses of CreatureAttribute in net.minecraft.entity.passive.horse
Modifier and TypeMethodDescriptionSkeletonHorseEntity.getMobType()
ZombieHorseEntity.getMobType()