Package foundry.veil.impl.client.imgui
Interface VeilImGui
- All Known Implementing Classes:
InactiveVeilImGuiImpl,VeilImGuiImpl
@Internal
public interface VeilImGui
Manages the internal ImGui state.
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddImguiShaders(ObjIntConsumer<net.minecraft.resources.ResourceLocation> registry) voidvoidendFrame()voidstart()voidstop()voidtoggle()void
-
Method Details
-
start
void start() -
stop
void stop() -
beginFrame
void beginFrame() -
endFrame
void endFrame() -
toggle
void toggle() -
updateFonts
void updateFonts() -
addImguiShaders
-