Uses of Class
net.minecraft.entity.ai.attributes.AttributeModifierManager
-
Packages that use AttributeModifierManager Package Description net.minecraft.entity net.minecraft.entity.ai.attributes net.minecraft.potion -
-
Uses of AttributeModifierManager in net.minecraft.entity
Fields in net.minecraft.entity declared as AttributeModifierManager Modifier and Type Field Description private AttributeModifierManager
LivingEntity. attributes
Methods in net.minecraft.entity that return AttributeModifierManager Modifier and Type Method Description AttributeModifierManager
LivingEntity. getAttributes()
-
Uses of AttributeModifierManager in net.minecraft.entity.ai.attributes
Methods in net.minecraft.entity.ai.attributes with parameters of type AttributeModifierManager Modifier and Type Method Description void
AttributeModifierManager. assignValues(AttributeModifierManager p_233784_1_)
-
Uses of AttributeModifierManager in net.minecraft.potion
Methods in net.minecraft.potion with parameters of type AttributeModifierManager Modifier and Type Method Description void
AbsorptionEffect. addAttributeModifiers(LivingEntity p_111185_1_, AttributeModifierManager p_111185_2_, int p_111185_3_)
void
Effect. addAttributeModifiers(LivingEntity p_111185_1_, AttributeModifierManager p_111185_2_, int p_111185_3_)
void
AbsorptionEffect. removeAttributeModifiers(LivingEntity p_111187_1_, AttributeModifierManager p_111187_2_, int p_111187_3_)
void
Effect. removeAttributeModifiers(LivingEntity p_111187_1_, AttributeModifierManager p_111187_2_, int p_111187_3_)
void
HealthBoostEffect. removeAttributeModifiers(LivingEntity p_111187_1_, AttributeModifierManager p_111187_2_, int p_111187_3_)
-