Class ItemGroupEvents

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

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

  • Method Details

    • modifyEntriesEvent

      public static Event<ItemGroupEvents.ModifyEntries> modifyEntriesEvent(RegistryKey<ItemGroup> 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 RegistryKey of the item group to modify
      Returns:
      the event