Class ConfigurableIngredient
java.lang.Object
ru.cwcode.tkach.refreshmenu.configurationUI.ConfigurableIngredient
- All Implemented Interfaces:
Ingredient
-
Constructor Summary
ConstructorsConstructorDescriptionConfigurableIngredient(Object object, Field field, UIConfigurable configurable) -
Method Summary
Modifier and TypeMethodDescriptionorg.bukkit.inventory.ItemStackgetItem(ru.cwcode.tkach.locale.Placeholders placeholders) voidrequireValue(Object object, org.bukkit.entity.Player player, View view) 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, onClick, shouldRefresh
-
Constructor Details
-
Method Details
-
getItem
public org.bukkit.inventory.ItemStack getItem(ru.cwcode.tkach.locale.Placeholders placeholders) - Specified by:
getItemin interfaceIngredient
-