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 TypeMethodDescriptionvoidaddImguiShaders(ObjIntConsumer<net.minecraft.resources.ResourceLocation> registry) voidvoidendFrame()voidstart()voidstop()voidtoggle()void
-
Constructor Details
-
InactiveVeilImGuiImpl
public InactiveVeilImGuiImpl()
-
-
Method Details
-
start
public void start() -
stop
public void stop() -
beginFrame
public void beginFrame()- Specified by:
beginFramein interfaceVeilImGui
-
endFrame
public void endFrame() -
toggle
public void toggle() -
updateFonts
public void updateFonts()- Specified by:
updateFontsin interfaceVeilImGui
-
addImguiShaders
- Specified by:
addImguiShadersin interfaceVeilImGui
-