Uses of Interface
eu.xap3y.xagui.interfaces.GuiButtonInterface
Packages that use GuiButtonInterface
-
Uses of GuiButtonInterface in eu.xap3y.xagui
Methods in eu.xap3y.xagui that return GuiButtonInterfaceModifier and TypeMethodDescriptionGuiMenu.getSlot(int slot) Get the button at a slot in the current page.GuiMenu.getSlot(int page, int slot) Get the button at a slot in a specific page.Methods in eu.xap3y.xagui with parameters of type GuiButtonInterfaceModifier and TypeMethodDescriptionvoidGuiMenu.addCloseButton(int page, GuiButtonInterface button) Add a close button (GuiButtonInterface) to a specific page at the default close-slot.voidGuiMenu.fillSlots(int page, GuiButtonInterface item, int... slots) Fill the given slots on a specific page with a button.voidGuiMenu.fillSlots(GuiButtonInterface item, int... slots) Fill the given slots on the current page with a button instance.voidGuiMenu.setAllPageSlot(int slot, GuiButtonInterface button) Set the same button to the given slot across all pages.voidGuiMenu.setSlot(int page, int slot, GuiButtonInterface button) Set a button at a slot in a specific page.voidGuiMenu.setSlot(int slot, GuiButtonInterface button) Set a button at the given slot in the current page.voidGuiMenu.setSlotSafe(int page, int slot, GuiButtonInterface button) Internal helper to write slot state and backing Inventory safely. -
Uses of GuiButtonInterface in eu.xap3y.xagui.interfaces
Methods in eu.xap3y.xagui.interfaces that return GuiButtonInterfaceModifier and TypeMethodDescriptionGuiMenuInterface.getSlot(int slot) GuiMenuInterface.getSlot(int page, int slot) Methods in eu.xap3y.xagui.interfaces with parameters of type GuiButtonInterfaceModifier and TypeMethodDescriptionvoidGuiMenuInterface.addCloseButton(int page, GuiButtonInterface button) voidGuiMenuInterface.fillSlots(int page, GuiButtonInterface item, int... slots) voidGuiMenuInterface.fillSlots(GuiButtonInterface item, int... slots) voidGuiMenuInterface.setAllPageSlot(int slot, GuiButtonInterface button) voidGuiMenuInterface.setSlot(int page, int slot, GuiButtonInterface button) voidGuiMenuInterface.setSlot(int slot, GuiButtonInterface button) -
Uses of GuiButtonInterface in eu.xap3y.xagui.models
Classes in eu.xap3y.xagui.models that implement GuiButtonInterface