Uses of Class
com.burchard36.api.utils.ItemWrapper
Packages that use ItemWrapper
Package
Description
The Inventory API for this library
Various utilities that may help you in plugin development
-
Uses of ItemWrapper in com.burchard36.api.inventory
Subclasses of ItemWrapper in com.burchard36.api.inventoryModifier and TypeClassDescriptionclass
A clickable item the executes methods on aPluginInventory
'sInventoryClickEvent
if, you have the functional interface method set of course -
Uses of ItemWrapper in com.burchard36.api.utils
Methods in com.burchard36.api.utils that return ItemWrapperModifier and TypeMethodDescriptionItemWrapper.addDataInteger(String key, int value)
ItemWrapper.addDataString(String key, String value)
ItemWrapper.addEnchantment(org.bukkit.enchantments.Enchantment enchantment, int level)
Adds a specificEnchantment
with a specifiedInteger
levelItemWrapper.addEnchantments(HashMap<org.bukkit.enchantments.Enchantment,Integer> enchantments)
ItemWrapper.addItemLore(String... lore)
Adds a Lore line to the linkedItemStack
ItemWrapper.setDisplayName(String displayName)
Sets the display name of the wrappedItemStack
ItemWrapper.setItemLore(List<String> itemLore)
Sets the items Lore directlyItemWrapper.setModelData(int data)
Sets the CustomModelDataInteger
of theItemStack
ItemWrapper.setSkullTo(UUID playerUuid)
If the linkedItemStack
is a PLAYER_HEAD, it will set a owning player'sUUID