Package foundry.veil.api.event
Interface VeilRegisterBlockLayersEvent
- 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 block layers.
Note: This does not add fixed buffers automatically. To do that, also register the render type with VeilRegisterFixedBuffersEvent
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceRegisters additional fixed render buffers. -
Method Summary
Modifier and TypeMethodDescriptionvoidRegisters custom block render layers.
-
Method Details
-
onRegisterBlockLayers
Registers custom block render layers.- Parameters:
registry- The registry to add render types to
-