currentGui

object currentGui

Functions

Link copied to clipboard
fun close()

Closes the currently open gui

Link copied to clipboard
fun get(): GuiScreen?

Gets the Minecraft gui class that is currently open

Link copied to clipboard
fun getClassName(): String

Gets the Java class name of the currently open gui, for example, "GuiChest"

Link copied to clipboard
fun getSlotUnderMouse(): Slot?

Gets the slot under the mouse in the current gui, if one exists.

Sources

Link copied to clipboard