Package foundry.veil.impl.client.imgui
Class InactiveVeilImGuiImpl
java.lang.Object
foundry.veil.impl.client.imgui.InactiveVeilImGuiImpl
- All Implemented Interfaces:
VeilImGui
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addImguiShaders
(ObjIntConsumer<net.minecraft.resources.ResourceLocation> registry) void
void
endFrame()
void
start()
void
stop()
void
toggle()
void
-
Constructor Details
-
InactiveVeilImGuiImpl
public InactiveVeilImGuiImpl()
-
-
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
-