Package foundry.veil.api.event
Interface VeilRegisterGlobalControllersEvent
- 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 global controllers to be used when rendering Flare effects.
- Since:
- 2.5.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceRegisters global controllers. -
Method Summary
Modifier and TypeMethodDescriptionvoidRegisters global controllers.
-
Method Details
-
onRegisterGlobalControllers
Registers global controllers.- Parameters:
registry- The registry to add global controllers to
-