Uses of Interface
net.wesjd.anvilgui.AnvilGUI.ResponseAction
Packages that use AnvilGUI.ResponseAction
-
Uses of AnvilGUI.ResponseAction in net.wesjd.anvilgui
Methods in net.wesjd.anvilgui that return AnvilGUI.ResponseActionModifier and TypeMethodDescriptionstatic AnvilGUI.ResponseActionAnvilGUI.ResponseAction.close()Close the AnvilGUIstatic AnvilGUI.ResponseActionAnvilGUI.ResponseAction.openInventory(org.bukkit.inventory.Inventory otherInventory) Open another inventorystatic AnvilGUI.ResponseActionAnvilGUI.ResponseAction.replaceInputText(String text) Replace the input text box value with the provided text value.static AnvilGUI.ResponseActionRun the provided runnablestatic AnvilGUI.ResponseActionAnvilGUI.ResponseAction.updateJsonTitle(String json, boolean preserveRenameText) Updates the title of the AnvilGUI to the new one.static AnvilGUI.ResponseActionAnvilGUI.ResponseAction.updateTitle(String literalTitle, boolean preserveRenameText) Updates the title of the AnvilGUI to the new one.Methods in net.wesjd.anvilgui that return types with arguments of type AnvilGUI.ResponseActionModifier and TypeMethodDescriptionstatic List<AnvilGUI.ResponseAction> AnvilGUI.Response.close()Deprecated.static List<AnvilGUI.ResponseAction> AnvilGUI.Response.openInventory(org.bukkit.inventory.Inventory inventory) Deprecated.Since 1.6.2, useopenInventory(Inventory)static List<AnvilGUI.ResponseAction> Deprecated.Since 1.6.2, usereplaceInputText(String)Method parameters in net.wesjd.anvilgui with type arguments of type AnvilGUI.ResponseActionModifier and TypeMethodDescriptionAnvilGUI.Builder.onClick(BiFunction<Integer, AnvilGUI.StateSnapshot, List<AnvilGUI.ResponseAction>> clickHandler) Do an action when a slot is clicked in the inventory
close()