Uses of Enum Class
studio.magemonkey.codex.api.meta.NBTAttribute
Packages that use NBTAttribute
-
Uses of NBTAttribute in studio.magemonkey.codex.api.meta
Methods in studio.magemonkey.codex.api.meta that return NBTAttributeModifier and TypeMethodDescriptionstatic NBTAttributeReturns the enum constant of this class with the specified name.static NBTAttribute[]NBTAttribute.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of NBTAttribute in studio.magemonkey.codex.compat
Methods in studio.magemonkey.codex.compat with parameters of type NBTAttributeModifier and TypeMethodDescriptiondefault org.bukkit.attribute.AttributeModifierCompat.createAttributeModifier(NBTAttribute attribute, double amount, org.bukkit.attribute.AttributeModifier.Operation operation) Convenience overload for a modifier that applies regardless of equipped slot.org.bukkit.attribute.AttributeModifierCompat.createAttributeModifier(NBTAttribute attribute, double amount, org.bukkit.attribute.AttributeModifier.Operation operation, org.bukkit.inventory.EquipmentSlot slot) Creates an attribute modifier scoped to a single equipment slot, or one that applies regardless of equipped slot whenslotisnull.Compat.getAttributeKey(NBTAttribute attribute)