Package foundry.veil.api.event
Interface VeilRegisterInspectorsEvent
- All Known Subinterfaces:
VeilClientPlatform
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Fired to register ImGui inspectors. Only called when ImGuiMC is loaded and editors are fully enabled.
- Since:
- 4.0.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceRegisters ImGui inspectors. -
Method Summary
Modifier and TypeMethodDescriptionvoidRegisters global controllers.
-
Method Details
-
onRegisterInspectors
Registers global controllers.- Parameters:
registry- The registry to add global controllers to
-