Uses of Interface
io.github.projectunified.craftitem.core.ItemModifier
Packages that use ItemModifier
Package
Description
-
Uses of ItemModifier in io.github.projectunified.craftitem.modifier
Classes in io.github.projectunified.craftitem.modifier that implement ItemModifierModifier and TypeClassDescriptionclassItem modifier that sets the item's stack amount.classItem modifier that sets the item's display name. -
Uses of ItemModifier in io.github.projectunified.craftitem.spigot.core
Subinterfaces of ItemModifier in io.github.projectunified.craftitem.spigot.coreModifier and TypeInterfaceDescriptioninterfaceInterface for Spigot-specific item modifications. -
Uses of ItemModifier in io.github.projectunified.craftitem.spigot.modifier
Classes in io.github.projectunified.craftitem.spigot.modifier that implement ItemModifierModifier and TypeClassDescriptionclassSpigot modifier that sets item durability (damage value).classSpigot modifier that applies enchantments to items.classSpigot modifier that adds item flags to hide or show specific item attributes.classSpigot modifier that sets item lore (description lines).classSpigot modifier for changing item material type.classSpigot modifier that adds potion effects to potions and compatible items. -
Uses of ItemModifier in io.github.projectunified.craftitem.spigot.nbt
Classes in io.github.projectunified.craftitem.spigot.nbt that implement ItemModifierModifier and TypeClassDescriptionclassSpigot modifier for applying NBT data to items. -
Uses of ItemModifier in io.github.projectunified.craftitem.spigot.skull
Classes in io.github.projectunified.craftitem.spigot.skull that implement ItemModifierModifier and TypeClassDescriptionclassSkull modifier that handles setting skull textures from various sources: - Player names - Player UUIDs - Texture URLs - Mojang SHA256 hashes - Base64 encoded texture data