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.

@FunctionalInterface public interface VeilRegisterInspectorsEvent
Fired to register ImGui inspectors. Only called when ImGuiMC is loaded and editors are fully enabled.
Since:
4.0.0
  • Method Details

    • onRegisterInspectors

      void onRegisterInspectors(VeilRegisterInspectorsEvent.Registry registry)
      Registers global controllers.
      Parameters:
      registry - The registry to add global controllers to