Package com.toxicrain.rainengine.gui
Class GuiReg
java.lang.Object
com.toxicrain.rainengine.gui.GuiReg
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
Draws the file editor UI using ImGui.void
void
void
void
Draws the settings UI using ImGui.void
-
Constructor Details
-
GuiReg
public GuiReg()
-
-
Method Details
-
runAll
-
drawSettingsMenu
public void drawSettingsMenu()Draws the settings UI using ImGui. -
drawMainMenu
public void drawMainMenu() -
drawDeathScreen
public void drawDeathScreen() -
drawInventory
public void drawInventory() -
drawKeyBindingInfo
public void drawKeyBindingInfo() -
drawConsole
public void drawConsole() -
drawDebugInfo
public void drawDebugInfo() -
drawFileEditorUI
public void drawFileEditorUI()Draws the file editor UI using ImGui.
-