Class GUIReforge
java.lang.Object
net.swofty.gui.inventory.SkyBlockInventoryGUI
net.swofty.gui.inventory.inventories.GUIReforge
-
Nested Class Summary
Nested classes/interfaces inherited from class net.swofty.gui.inventory.SkyBlockInventoryGUI
SkyBlockInventoryGUI.CloseReason, SkyBlockInventoryGUI.InventoryGUIOpenEvent
-
Field Summary
Fields inherited from class net.swofty.gui.inventory.SkyBlockInventoryGUI
GUI_MAP, items, size, title
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Method to allow people to hotkey items into the GUI or notvoid
border
(net.minestom.server.item.ItemStack.Builder stack) Fills the border between two corners of your GUI with the item stack of your choicevoid
onBottomClick
(net.minestom.server.event.inventory.InventoryPreClickEvent e) Runs when the player clicks on their own inventory whole this GUI is openvoid
onClose
(net.minestom.server.event.inventory.InventoryCloseEvent e, SkyBlockInventoryGUI.CloseReason reason) Runs when the player closes the guivoid
Runs when the player opens the guivoid
suddenlyQuit
(net.minestom.server.inventory.Inventory inventory, SkyBlockPlayer player) void
updateFromItem
(SkyBlockItem item)
-
Constructor Details
-
GUIReforge
public GUIReforge()
-
-
Method Details
-
onOpen
Description copied from class:SkyBlockInventoryGUI
Runs when the player opens the gui- Overrides:
onOpen
in classSkyBlockInventoryGUI
- Parameters:
e
- the event of the gui opening
-
updateFromItem
-
allowHotkeying
public boolean allowHotkeying()Description copied from class:SkyBlockInventoryGUI
Method to allow people to hotkey items into the GUI or not- Specified by:
allowHotkeying
in classSkyBlockInventoryGUI
- Returns:
- a boolean
-
onClose
public void onClose(net.minestom.server.event.inventory.InventoryCloseEvent e, SkyBlockInventoryGUI.CloseReason reason) Description copied from class:SkyBlockInventoryGUI
Runs when the player closes the gui- Specified by:
onClose
in classSkyBlockInventoryGUI
- Parameters:
e
- the event of the gui closing
-
suddenlyQuit
- Specified by:
suddenlyQuit
in classSkyBlockInventoryGUI
-
border
public void border(net.minestom.server.item.ItemStack.Builder stack) Description copied from class:SkyBlockInventoryGUI
Fills the border between two corners of your GUI with the item stack of your choice- Overrides:
border
in classSkyBlockInventoryGUI
- Parameters:
stack
- theItemStack
of your choice
-
onBottomClick
public void onBottomClick(net.minestom.server.event.inventory.InventoryPreClickEvent e) Description copied from class:SkyBlockInventoryGUI
Runs when the player clicks on their own inventory whole this GUI is open- Specified by:
onBottomClick
in classSkyBlockInventoryGUI
- Parameters:
e
- the event of the click
-