Class ActionIngredient
java.lang.Object
ru.cwcode.tkach.refreshmenu.inventory.ingredient.IngredientImpl
ru.cwcode.tkach.refreshmenu.inventory.ingredient.ActionIngredient
- All Implemented Interfaces:
Ingredient
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonClick(MenuContext context, org.bukkit.event.inventory.ClickType clickType)Methods inherited from class ru.cwcode.tkach.refreshmenu.inventory.ingredient.IngredientImpl
getAmount, getCustomModelData, getDescription, getItem, getName, getType, setAmount, setCustomModelData, setDescription, setName, setTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ru.cwcode.tkach.refreshmenu.inventory.ingredient.Ingredient
getItem, shouldRefresh
-
Constructor Details
-
ActionIngredient
public ActionIngredient() -
ActionIngredient
-
-
Method Details