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 TypeClassDescriptionclassA clickable item the executes methods on aPluginInventory'sInventoryClickEventif, 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 specificEnchantmentwith a specifiedIntegerlevelItemWrapper.addEnchantments(HashMap<org.bukkit.enchantments.Enchantment,Integer> enchantments)ItemWrapper.addItemLore(String... lore)Adds a Lore line to the linkedItemStackItemWrapper.setDisplayName(String displayName)Sets the display name of the wrappedItemStackItemWrapper.setItemLore(List<String> itemLore)Sets the items Lore directlyItemWrapper.setModelData(int data)Sets the CustomModelDataIntegerof theItemStackItemWrapper.setSkullTo(UUID playerUuid)If the linkedItemStackis a PLAYER_HEAD, it will set a owning player'sUUID