Package foundry.veil.impl.client.imgui
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 Summary
Modifier and TypeMethodDescriptionvoid
addImguiShaders
(ObjIntConsumer<net.minecraft.resources.ResourceLocation> registry) void
void
endFrame()
void
free()
static VeilImGui
get()
static void
init
(long window) static void
void
start()
void
stop()
void
toggle()
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.lwjgl.system.NativeResource
close
-
Method Details
-
start
public void start() -
stop
public void stop() -
beginFrame
public void beginFrame()- Specified by:
beginFrame
in interfaceVeilImGui
-
endFrame
public void endFrame() -
toggle
public void toggle() -
updateFonts
public void updateFonts()- Specified by:
updateFonts
in interfaceVeilImGui
-
addImguiShaders
- Specified by:
addImguiShaders
in interfaceVeilImGui
-
free
public void free()- Specified by:
free
in interfaceorg.lwjgl.system.NativeResource
-
init
public static void init(long window) -
setImGuiPath
public static void setImGuiPath() -
get
-