Uses of Class
org.strassburger.cookieclickerz.util.items.CustomItem
Packages that use CustomItem
-
Uses of CustomItem in org.strassburger.cookieclickerz.util.items
Methods in org.strassburger.cookieclickerz.util.items that return CustomItemModifier and TypeMethodDescriptionCustomItem.addEnchantment
(org.bukkit.enchantments.Enchantment enchantment, int level) CustomItem.addFlag
(org.bukkit.inventory.ItemFlag itemFlag) CustomItem.addLore
(net.kyori.adventure.text.Component lore) static CustomItem
CustomItem.fromSkullBase64
(String base64) static CustomItem
CustomItem.fromSkullUrl
(String url) CustomItem.setAmount
(int amount) <P,
C> CustomItem CustomItem.setCustomDataContainer
(String key, org.bukkit.persistence.PersistentDataType<P, C> persistentDataType, C value) <P,
C> CustomItem CustomItem.setCustomDataContainer
(org.bukkit.NamespacedKey key, org.bukkit.persistence.PersistentDataType<P, C> persistentDataType, C value) CustomItem.setCustomModelID
(int customModelID) CustomItem.setEnchanted
(boolean enchanted) CustomItem.setMaterial
(org.bukkit.Material material) CustomItem.setName
(net.kyori.adventure.text.Component name) CustomItem.setUnbreakable
(boolean unbreakable)