Class RegisterPresetEditorsEvent

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

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

Event for registering PresetEditor screen factories for world presets.

This event is not cancellable, and does not have a result.

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