Class VeilImGuiImpl

java.lang.Object
foundry.veil.impl.client.imgui.VeilImGuiImpl
All Implemented Interfaces:
VeilImGui, AutoCloseable, org.lwjgl.system.NativeResource

@Internal public class VeilImGuiImpl extends Object implements VeilImGui, org.lwjgl.system.NativeResource
Manages the internal ImGui state.
  • Method Details

    • start

      public void start()
      Specified by:
      start in interface VeilImGui
    • stop

      public void stop()
      Specified by:
      stop in interface VeilImGui
    • beginFrame

      public void beginFrame()
      Specified by:
      beginFrame in interface VeilImGui
    • endFrame

      public void endFrame()
      Specified by:
      endFrame in interface VeilImGui
    • toggle

      public void toggle()
      Specified by:
      toggle in interface VeilImGui
    • updateFonts

      public void updateFonts()
      Specified by:
      updateFonts in interface VeilImGui
    • addImguiShaders

      public void addImguiShaders(ObjIntConsumer<net.minecraft.resources.ResourceLocation> registry)
      Specified by:
      addImguiShaders in interface VeilImGui
    • free

      public void free()
      Specified by:
      free in interface org.lwjgl.system.NativeResource
    • init

      public static void init(long window)
    • setImGuiPath

      public static void setImGuiPath()
    • get

      public static VeilImGui get()