Uses of Class
net.minecraft.entity.CreatureAttribute
-
-
Uses of CreatureAttribute in net.minecraft.enchantment
Methods in net.minecraft.enchantment with parameters of type CreatureAttribute Modifier and Type Method Description floatDamageEnchantment. getDamageBonus(int p_152376_1_, CreatureAttribute p_152376_2_)floatEnchantment. getDamageBonus(int p_152376_1_, CreatureAttribute p_152376_2_)static floatEnchantmentHelper. getDamageBonus(ItemStack p_152377_0_, CreatureAttribute p_152377_1_)floatImpalingEnchantment. getDamageBonus(int p_152376_1_, CreatureAttribute p_152376_2_) -
Uses of CreatureAttribute in net.minecraft.entity
Fields in net.minecraft.entity declared as CreatureAttribute Modifier and Type Field Description static CreatureAttributeCreatureAttribute. ARTHROPODstatic CreatureAttributeCreatureAttribute. ILLAGERstatic CreatureAttributeCreatureAttribute. UNDEADstatic CreatureAttributeCreatureAttribute. UNDEFINEDstatic CreatureAttributeCreatureAttribute. WATERMethods in net.minecraft.entity that return CreatureAttribute Modifier and Type Method Description CreatureAttributeLivingEntity. getMobType() -
Uses of CreatureAttribute in net.minecraft.entity.boss
Methods in net.minecraft.entity.boss that return CreatureAttribute Modifier and Type Method Description CreatureAttributeWitherEntity. getMobType() -
Uses of CreatureAttribute in net.minecraft.entity.monster
Methods in net.minecraft.entity.monster that return CreatureAttribute Modifier and Type Method Description CreatureAttributeAbstractIllagerEntity. getMobType()CreatureAttributeAbstractSkeletonEntity. getMobType()CreatureAttributeEndermiteEntity. getMobType()CreatureAttributeGuardianEntity. getMobType()CreatureAttributePhantomEntity. getMobType()CreatureAttributeSilverfishEntity. getMobType()CreatureAttributeSpiderEntity. getMobType()CreatureAttributeZoglinEntity. getMobType()CreatureAttributeZombieEntity. getMobType() -
Uses of CreatureAttribute in net.minecraft.entity.passive
Methods in net.minecraft.entity.passive that return CreatureAttribute Modifier and Type Method Description CreatureAttributeBeeEntity. getMobType()CreatureAttributeTurtleEntity. getMobType()CreatureAttributeWaterMobEntity. getMobType() -
Uses of CreatureAttribute in net.minecraft.entity.passive.horse
Methods in net.minecraft.entity.passive.horse that return CreatureAttribute Modifier and Type Method Description CreatureAttributeSkeletonHorseEntity. getMobType()CreatureAttributeZombieHorseEntity. getMobType()
-