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 float
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 CreatureAttribute Modifier and Type Field Description static CreatureAttribute
CreatureAttribute. ARTHROPOD
static CreatureAttribute
CreatureAttribute. ILLAGER
static CreatureAttribute
CreatureAttribute. UNDEAD
static CreatureAttribute
CreatureAttribute. UNDEFINED
static CreatureAttribute
CreatureAttribute. WATER
Methods in net.minecraft.entity that return CreatureAttribute Modifier and Type Method Description CreatureAttribute
LivingEntity. getMobType()
-
Uses of CreatureAttribute in net.minecraft.entity.boss
Methods in net.minecraft.entity.boss that return CreatureAttribute Modifier and Type Method Description CreatureAttribute
WitherEntity. getMobType()
-
Uses of CreatureAttribute in net.minecraft.entity.monster
Methods in net.minecraft.entity.monster that return CreatureAttribute Modifier and Type Method Description CreatureAttribute
AbstractIllagerEntity. getMobType()
CreatureAttribute
AbstractSkeletonEntity. getMobType()
CreatureAttribute
EndermiteEntity. getMobType()
CreatureAttribute
GuardianEntity. getMobType()
CreatureAttribute
PhantomEntity. getMobType()
CreatureAttribute
SilverfishEntity. getMobType()
CreatureAttribute
SpiderEntity. getMobType()
CreatureAttribute
ZoglinEntity. getMobType()
CreatureAttribute
ZombieEntity. getMobType()
-
Uses of CreatureAttribute in net.minecraft.entity.passive
Methods in net.minecraft.entity.passive that return CreatureAttribute Modifier and Type Method Description CreatureAttribute
BeeEntity. getMobType()
CreatureAttribute
TurtleEntity. getMobType()
CreatureAttribute
WaterMobEntity. 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 CreatureAttribute
SkeletonHorseEntity. getMobType()
CreatureAttribute
ZombieHorseEntity. getMobType()
-