Class HeadIngredient
java.lang.Object
ru.cwcode.tkach.refreshmenu.inventory.ingredient.HeadIngredient
- All Implemented Interfaces:
Ingredient
-
Constructor Summary
ConstructorsConstructorDescriptionHeadIngredient(String name, List<String> description, int amount, String texture) -
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, onClick, shouldRefresh
-
Constructor Details
-
HeadIngredient
public HeadIngredient() -
HeadIngredient
-
-
Method Details
-
getItem
public org.bukkit.inventory.ItemStack getItem(ru.cwcode.tkach.locale.Placeholders placeholders) - Specified by:
getItemin interfaceIngredient