Package foundry.veil.fabric.event
Interface FabricVeilRenderLevelStageEvent
- All Superinterfaces:
VeilRenderLevelStageEvent
- 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 FabricVeilRenderLevelStageEvent
extends VeilRenderLevelStageEvent
Fired for each render stage to draw arbitrarily to the screen. This is available as a last-resort if
VeilRegisterFixedBuffersEvent doesn't fit the use case.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface foundry.veil.api.event.VeilRenderLevelStageEvent
VeilRenderLevelStageEvent.Stage -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.fabricmc.fabric.api.event.Event<VeilRenderLevelStageEvent> -
Method Summary
Methods inherited from interface foundry.veil.api.event.VeilRenderLevelStageEvent
onRenderLevelStage
-
Field Details
-
EVENT
-