Class ActionIngredient

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

@Deprecated public class ActionIngredient extends IngredientImpl
Deprecated.

Use ExtraIngredient instead

  • Constructor Details

    • ActionIngredient

      public ActionIngredient()
      Deprecated.
    • ActionIngredient

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

    • bind

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

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