Uses of Interface
io.github.projectunified.craftitem.core.Item
Packages that use Item
Package
Description
-
Uses of Item in io.github.projectunified.craftitem.core
Methods in io.github.projectunified.craftitem.core with parameters of type ItemModifier and TypeMethodDescriptionvoidItemModifier.modify(Item item, UnaryOperator<String> translator) Applies modifications to the given item. -
Uses of Item in io.github.projectunified.craftitem.modifier
Methods in io.github.projectunified.craftitem.modifier with parameters of type ItemModifier and TypeMethodDescriptionvoidAmountModifier.modify(Item item, UnaryOperator<String> translator) Applies the translated amount to the item.voidNameModifier.modify(Item item, UnaryOperator<String> translator) Applies the translated name to the item. -
Uses of Item in io.github.projectunified.craftitem.spigot.core
Classes in io.github.projectunified.craftitem.spigot.core that implement ItemModifier and TypeClassDescriptionclassSpigot-specific implementation of the Item interface.Methods in io.github.projectunified.craftitem.spigot.core with parameters of type ItemModifier and TypeMethodDescriptiondefault voidSpigotItemModifier.modify(Item item, UnaryOperator<String> translator)