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 TypeMethodDescriptionvoid
addImguiShaders
(ObjIntConsumer<net.minecraft.resources.ResourceLocation> registry) void
void
endFrame()
void
start()
void
stop()
void
toggle()
void
-
Method Details
-
start
void start() -
stop
void stop() -
beginFrame
void beginFrame() -
endFrame
void endFrame() -
toggle
void toggle() -
updateFonts
void updateFonts() -
addImguiShaders
-