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 AttributeModifierManagerLivingEntity. attributesMethods in net.minecraft.entity that return AttributeModifierManager Modifier and Type Method Description AttributeModifierManagerLivingEntity. 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 voidAttributeModifierManager. 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 voidAbsorptionEffect. addAttributeModifiers(LivingEntity p_111185_1_, AttributeModifierManager p_111185_2_, int p_111185_3_)voidEffect. addAttributeModifiers(LivingEntity p_111185_1_, AttributeModifierManager p_111185_2_, int p_111185_3_)voidAbsorptionEffect. removeAttributeModifiers(LivingEntity p_111187_1_, AttributeModifierManager p_111187_2_, int p_111187_3_)voidEffect. removeAttributeModifiers(LivingEntity p_111187_1_, AttributeModifierManager p_111187_2_, int p_111187_3_)voidHealthBoostEffect. removeAttributeModifiers(LivingEntity p_111187_1_, AttributeModifierManager p_111187_2_, int p_111187_3_)
-