Uses of Interface
me.hsgamer.hscore.minecraft.item.ItemModifier
Packages that use ItemModifier
Package
Description
Contains the implementation of
ItemModifier
for ItemStack
Contains 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 TypeClassDescriptionclass
The amount modifierclass
The durability modifierclass
The enchantment modifierclass
The item flag modifierclass
The lore modifierclass
The material modifierclass
The name modifierclass
The 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