Interface ItemGroupEvents.ModifyEntriesAll

Enclosing class:
ItemGroupEvents
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface ItemGroupEvents.ModifyEntriesAll
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    modifyEntries(net.minecraft.world.item.CreativeModeTab group, FabricItemGroupEntries entries)
    Modifies the item group entries.
  • Method Details

    • modifyEntries

      void modifyEntries(net.minecraft.world.item.CreativeModeTab group, FabricItemGroupEntries entries)
      Modifies the item group entries.
      Parameters:
      group - the item group that is being modified
      entries - the entries
      See Also: