Uses of Interface
me.hsgamer.hscore.minecraft.item.ItemModifier
Packages that use ItemModifier
Package
Description
Contains the implementation of
ItemModifier for ItemStackContains the classes to work with Minecraft items
-
Uses of ItemModifier in me.hsgamer.hscore.bukkit.item.modifier
Subinterfaces of ItemModifier in me.hsgamer.hscore.bukkit.item.modifierClasses in me.hsgamer.hscore.bukkit.item.modifier that implement ItemModifierModifier and TypeClassDescriptionclassThe amount modifierclassThe durability modifierclassThe enchantment modifierclassThe item flag modifierclassThe lore modifierclassThe material modifierclassThe name modifierclassThe potion effect modifier -
Uses of ItemModifier in me.hsgamer.hscore.minecraft.item
Methods in me.hsgamer.hscore.minecraft.item that return types with arguments of type ItemModifierMethods in me.hsgamer.hscore.minecraft.item with parameters of type ItemModifierModifier and TypeMethodDescriptionItemBuilder.addItemModifier(ItemModifier<T> modifier) Add an item modifierItemBuilder.removeItemModifier(ItemModifier<T> modifier) Remove an item modifier