Class CreativeModeTabEvent.BuildContents

java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.event.CreativeModeTabEvent
net.minecraftforge.event.CreativeModeTabEvent.BuildContents
All Implemented Interfaces:
CreativeModeTab.Output, IModBusEvent
Enclosing class:
CreativeModeTabEvent

public static final class CreativeModeTabEvent.BuildContents extends CreativeModeTabEvent implements CreativeModeTab.Output
Fired when the contents of a specific creative mode tab are being populated. This event may be fired multiple times if the operator status of the local player or enabled feature flags changes.

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.