Uses of Class
net.tnemc.item.component.helper.AttributeModifier
Packages that use AttributeModifier
Package
Description
-
Uses of AttributeModifier in net.tnemc.item
Method parameters in net.tnemc.item with type arguments of type AttributeModifierModifier and TypeMethodDescriptionAbstractItemStack.attributeModifiers
(List<AttributeModifier> modifiers, boolean showInTooltip) Updates the attribute modifiers of the item stack. -
Uses of AttributeModifier in net.tnemc.item.bukkit
Method parameters in net.tnemc.item.bukkit with type arguments of type AttributeModifierModifier and TypeMethodDescriptionBukkitItemStack.attributeModifiers
(List<AttributeModifier> modifiers, boolean showInTooltip) Updates the attribute modifiers of the item stack. -
Uses of AttributeModifier in net.tnemc.item.bukkit.platform.impl
Constructor parameters in net.tnemc.item.bukkit.platform.impl with type arguments of type AttributeModifierModifierConstructorDescriptionBukkitAttributeModifiersComponent
(List<AttributeModifier> modifiers) Constructor for AttributeModifiersComponent. -
Uses of AttributeModifier in net.tnemc.item.component.helper
Methods in net.tnemc.item.component.helper that return AttributeModifier -
Uses of AttributeModifier in net.tnemc.item.component.impl
Methods in net.tnemc.item.component.impl that return types with arguments of type AttributeModifierModifier and TypeMethodDescriptionAttributeModifiersComponent.modifiers()
Retrieves the list of AttributeModifiers associated with this component.Methods in net.tnemc.item.component.impl with parameters of type AttributeModifierModifier and TypeMethodDescriptionvoid
AttributeModifiersComponent.modifiers
(AttributeModifier modifier) Adds a new AttributeModifier to the list of modifiers for this component.void
AttributeModifiersComponent.modifiers
(AttributeModifier... modifiers) Method parameters in net.tnemc.item.component.impl with type arguments of type AttributeModifierModifier and TypeMethodDescriptionvoid
AttributeModifiersComponent.modifiers
(List<AttributeModifier> modifiers) Sets the list of AttributeModifiers for this component.Constructor parameters in net.tnemc.item.component.impl with type arguments of type AttributeModifierModifierConstructorDescriptionAttributeModifiersComponent
(List<AttributeModifier> modifiers) Constructor for AttributeModifiersComponent. -
Uses of AttributeModifier in net.tnemc.item.paper
Method parameters in net.tnemc.item.paper with type arguments of type AttributeModifierModifier and TypeMethodDescriptionPaperItemStack.attributeModifiers
(List<AttributeModifier> modifiers, boolean showInTooltip) Updates the attribute modifiers of the item stack.