Uses of Class
net.minecraft.entity.CreatureAttribute
Packages that use CreatureAttribute
Package
Description
-
Uses of CreatureAttribute in net.minecraft.enchantment
Methods in net.minecraft.enchantment with parameters of type CreatureAttributeModifier 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
Fields in net.minecraft.entity declared as CreatureAttributeModifier 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
Methods in net.minecraft.entity that return CreatureAttribute -
Uses of CreatureAttribute in net.minecraft.entity.boss
Methods in net.minecraft.entity.boss that return CreatureAttribute -
Uses of CreatureAttribute in net.minecraft.entity.monster
Methods in net.minecraft.entity.monster that return CreatureAttributeModifier 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
Methods in net.minecraft.entity.passive that return CreatureAttributeModifier and TypeMethodDescriptionBeeEntity.getMobType()
TurtleEntity.getMobType()
WaterMobEntity.getMobType()
-
Uses of CreatureAttribute in net.minecraft.entity.passive.horse
Methods in net.minecraft.entity.passive.horse that return CreatureAttributeModifier and TypeMethodDescriptionSkeletonHorseEntity.getMobType()
ZombieHorseEntity.getMobType()