Class RegisterDebugEntriesEvent

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

public final class RegisterDebugEntriesEvent extends net.neoforged.bus.api.Event implements IModBusEvent
Event fired when debug entries are registered.

This event is fired during the DebugScreenEntries initialization to allow registration of custom entries.

Existing entries cannot be modified or amended directly. However new lines can be appended to existing groups, such as the "System Specs", by using DebugScreenDisplayer.addToGroup(Identifier, java.lang.String).

This event is fired on the mod event bus.