Class IngredientImpl
java.lang.Object
ru.cwcode.tkach.refreshmenu.inventory.ingredient.IngredientImpl
-
Constructor Summary
ConstructorsConstructorDescriptionIngredientImpl(String name, List<String> description, int amount, org.bukkit.Material type, int customModelData) -
Method Summary
Modifier and TypeMethodDescriptionorg.bukkit.inventory.ItemStackgetItem(ru.cwcode.tkach.locale.Placeholders placeholders) org.bukkit.inventory.ItemStackgetItem(MenuContext context) Methods 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
onClick, shouldRefresh
-
Constructor Details
-
IngredientImpl
-
IngredientImpl
public IngredientImpl()
-
-
Method Details
-
getItem
public org.bukkit.inventory.ItemStack getItem(ru.cwcode.tkach.locale.Placeholders placeholders) - Specified by:
getItemin interfaceIngredient