Package-level declarations

Types

Link copied to clipboard
open class GuiComponentWrapper(val context: GuiContext, label: Text = Text.literal("")) : Screen

Wrapper for a GuiContext. Fabric specific equivalent of GuiScreenElementWrapperNew.

Link copied to clipboard
class GuiElementWrapper(val guiElement: GuiElement) : Screen