Uses of Class
io.github.projectunified.craftitem.spigot.core.SpigotItem
Packages that use SpigotItem
Package
Description
-
Uses of SpigotItem in io.github.projectunified.craftitem.spigot.core
Methods in io.github.projectunified.craftitem.spigot.core with parameters of type SpigotItemModifier and TypeMethodDescriptionvoidSpigotItemModifier.modify(SpigotItem item, UnaryOperator<String> translator) Applies Spigot-specific modifications to a SpigotItem. -
Uses of SpigotItem in io.github.projectunified.craftitem.spigot.modifier
Methods in io.github.projectunified.craftitem.spigot.modifier with parameters of type SpigotItemModifier and TypeMethodDescriptionvoidDurabilityModifier.modify(SpigotItem item, UnaryOperator<String> translator) Applies the translated durability to the item.voidEnchantmentModifier.modify(SpigotItem item, UnaryOperator<String> translator) Applies enchantments to the item.voidItemFlagModifier.modify(SpigotItem item, UnaryOperator<String> translator) Applies the parsed item flags to the item.voidLoreModifier.modify(SpigotItem item, UnaryOperator<String> translator) Applies the translated lore to the item.voidMaterialModifier.modify(SpigotItem item, UnaryOperator<String> translator) Applies the material change to the SpigotItem.voidPotionEffectModifier.modify(SpigotItem item, UnaryOperator<String> translator) Applies the potion effects to the item. -
Uses of SpigotItem in io.github.projectunified.craftitem.spigot.nbt
Methods in io.github.projectunified.craftitem.spigot.nbt with parameters of type SpigotItemModifier and TypeMethodDescriptionvoidNBTModifier.modify(SpigotItem item, UnaryOperator<String> translator) Applies the NBT data to the SpigotItem. -
Uses of SpigotItem in io.github.projectunified.craftitem.spigot.skull
Methods in io.github.projectunified.craftitem.spigot.skull with parameters of type SpigotItemModifier and TypeMethodDescriptionvoidSkullModifier.modify(SpigotItem item, UnaryOperator<String> translator)