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
Defines an entity attribute.class
Defines an entity attribute that is limited to a range of values. -
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
.