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 TypeMethodDescriptionintorg.bukkit.inventory.ItemStackgetItem(ru.cwcode.tkach.locale.Placeholders placeholders)getName()voidsetAmount(int amount)voidsetDescription(List<String> description)voidvoidsetTexture(String texture)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
getItem, 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
-
setName
-
setDescription
-
setAmount
public void setAmount(int amount) -
setTexture
-
getName
-
getDescription
-
getAmount
public int getAmount() -
getTexture
-