Class ItemGroupEvents

java.lang.Object
net.fabricmc.fabric.api.itemgroup.v1.ItemGroupEvents

public final class ItemGroupEvents extends Object
Holds events related to CreativeModeTabs.
  • Field Details

  • Method Details

    • modifyEntriesEvent

      public static Event<ItemGroupEvents.ModifyEntries> modifyEntriesEvent(net.minecraft.resources.ResourceKey<net.minecraft.world.item.CreativeModeTab> registryKey)
      Returns the modify entries event for a specific item group. This uses the group ID and is suitable for modifying a modded item group that might not exist.
      Parameters:
      registryKey - the ResourceKey of the item group to modify
      Returns:
      the event