Class ActionIngredient

java.lang.Object
ru.cwcode.tkach.refreshmenu.inventory.ingredient.IngredientImpl
ru.cwcode.tkach.refreshmenu.inventory.ingredient.ActionIngredient
All Implemented Interfaces:
Ingredient

public class ActionIngredient extends IngredientImpl
  • Constructor Details

    • ActionIngredient

      public ActionIngredient()
    • ActionIngredient

      public ActionIngredient(String name, List<String> description, int amount, org.bukkit.Material type, int customModelData, EnumMap<org.bukkit.event.inventory.ClickType,​Action> actions)
  • Method Details

    • bind

      public ActionIngredient bind(org.bukkit.event.inventory.ClickType clickType, Action action)
    • onClick

      public void onClick(MenuContext context, org.bukkit.event.inventory.ClickType clickType)