Class ExtraState
java.lang.Object
ru.cwcode.tkach.refreshmenu.inventory.ingredient.extra.ExtraState
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddState(String state, Ingredient display) static ExtraStateBuilderbuilder()org.bukkit.inventory.ItemStackgetItem(ExtraIngredient extraIngredient, MenuContext context) booleanisHandlingGetItem(ExtraIngredient extraIngredient, MenuContext context) booleanisHandlingShouldRefresh(ExtraIngredient extraIngredient, MenuContext context) booleanshouldRefresh(ExtraIngredient extraIngredient, 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.extra.Extra
isHandlingOnClick, onClick
-
Constructor Details
-
ExtraState
public ExtraState()
-
-
Method Details
-
builder
-