Uses of Interface
io.github.toberocat.guiengine.render.GuiRenderEngine
Packages that use GuiRenderEngine
-
Uses of GuiRenderEngine in io.github.toberocat.guiengine.interpreter
Methods in io.github.toberocat.guiengine.interpreter that return GuiRenderEngineModifier and TypeMethodDescription@NotNull GuiRenderEngine
GuiInterpreter.getRenderEngine()
Retrieves the render engine associated with this interpreter. -
Uses of GuiRenderEngine in io.github.toberocat.guiengine.render
Classes in io.github.toberocat.guiengine.render that implement GuiRenderEngineModifier and TypeClassDescriptionclass
DefaultGuiRenderEngine is an implementation of the GuiRenderEngine interface responsible for rendering GUIs.