Skip navigation links
A G I M R S V 

A

addModifier(AttributeModifier) - Method in class minecraft.spigot.community.michel_0.api.ItemAttributes
Add an modifier to this set of attribute modifiers for an item.
apply(ItemStack) - Method in class minecraft.spigot.community.michel_0.api.ItemAttributes
Apply this set of attribute modifiers on an item.
Attribute - Enum in minecraft.spigot.community.michel_0.api
An ENUM of all valid attributes for item attribute modifiers.
AttributeModifier - Class in minecraft.spigot.community.michel_0.api
This class represents a single attribute modifier, that can be applied on an item.
AttributeModifier(Attribute, String, Slot, int, double, UUID) - Constructor for class minecraft.spigot.community.michel_0.api.AttributeModifier
Constructor: Generate a new attribute modifier, that can be applied on items.
AttributeModifier(String, String, String, int, double, UUID) - Constructor for class minecraft.spigot.community.michel_0.api.AttributeModifier
Deprecated.
This method allows you to define any string as attribute and slot. You should use the ENUM constructor to be on the safe side. Only use this method, if there is any new attribute or slot, which is not present within the ENUM.
AttributeModifier(Object) - Constructor for class minecraft.spigot.community.michel_0.api.AttributeModifier
Constructor: Generate a new attribute modifier out of an existing item NBT.
A G I M R S V 
Skip navigation links