Class RegisterDimensionTransitionScreenEvent

java.lang.Object
net.neoforged.bus.api.Event
net.neoforged.neoforge.client.event.RegisterDimensionTransitionScreenEvent
All Implemented Interfaces:
net.neoforged.fml.event.IModBusEvent

public class RegisterDimensionTransitionScreenEvent extends net.neoforged.bus.api.Event implements net.neoforged.fml.event.IModBusEvent

Event for registering screen effects when transitioning across dimensions. Note that there is a priority order when it comes to what screens are displayed:
- Using registerConditionalEffect has priority over the usual transition effects, and will only fire when travelling to the specified dimension coming from a certain dimension.
- If a dimension has a screen that displays when entering it, that will have priority over a dimension that has one when you leave it.

This event is not cancellable, and does not

invalid reference
have a result
.

This event is fired on the mod-specific event bus, only on the logical client.