Package net.lewmc.kryptonite.kos.gui
Class KOS_GuiConstants
java.lang.Object
net.lewmc.kryptonite.kos.gui.KOS_GuiConstants
Values that should always be the same across GUIs.
-
Constructor Summary
ConstructorsConstructorDescriptionKOS_GuiConstants(Kryptonite plugin, de.themoep.inventorygui.InventoryGui gui) Constructor for the KOS_GuiConstants class. -
Method Summary
Modifier and TypeMethodDescriptionvoidAdds the 'w', 'x', and 'y' (help, alerts, and exit) positions to the selected GUI.
-
Constructor Details
-
KOS_GuiConstants
Constructor for the KOS_GuiConstants class.- Parameters:
plugin- Kryptonite - Reference to the main plugin class.gui- InventoryGui - The GUI to add the elements to.
-
-
Method Details
-
addConstants
public void addConstants()Adds the 'w', 'x', and 'y' (help, alerts, and exit) positions to the selected GUI.
-