类 BuildCreativeModeTabContentsEvent

java.lang.Object
net.neoforged.bus.api.Event
net.neoforged.neoforge.event.BuildCreativeModeTabContentsEvent
所有已实现的接口:
CreativeModeTab.Output, net.neoforged.fml.event.IModBusEvent

public final class BuildCreativeModeTabContentsEvent extends net.neoforged.bus.api.Event implements net.neoforged.fml.event.IModBusEvent, CreativeModeTab.Output
Fired when the contents of a specific creative mode tab are being populated in CreativeModeTab.buildContents(CreativeModeTab.ItemDisplayParameters).

This event may be fired multiple times if the operator status of the local player or enabled feature flags changes.

In vanilla, this is only fired on the logical client, but mods may request creative mode tab contents on the server.