Uses of Interface
net.neoforged.neoforge.common.extensions.IAttributeExtension
Packages that use IAttributeExtension
-
Uses of IAttributeExtension in net.minecraft.world.entity.ai.attributes
Classes in net.minecraft.world.entity.ai.attributes that implement IAttributeExtensionModifier and TypeClassDescriptionclass
net.minecraft.world.entity.ai.attributes.Attribute
class
net.minecraft.world.entity.ai.attributes.RangedAttribute
-
Uses of IAttributeExtension in net.neoforged.neoforge.common
Classes in net.neoforged.neoforge.common that implement IAttributeExtensionModifier and TypeClassDescriptionclass
A boolean attribute only has two states, on or off, represented by a value of 0 (false) or 1 (true).class
A Percentage Attribute is one which always displays modifiers as percentages, including forAttributeModifier.Operation.ADD_VALUE
.