Class BuildCreativeModeTabContentsEvent

java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.event.BuildCreativeModeTabContentsEvent
All Implemented Interfaces:
CreativeModeTab.Output, IModBusEvent

public final class BuildCreativeModeTabContentsEvent extends net.minecraftforge.eventbus.api.Event implements IModBusEvent, 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.