Interface CreativeModeTabEvents.ModifyOutputAll

Enclosing class:
CreativeModeTabEvents
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 CreativeModeTabEvents.ModifyOutputAll
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    modifyOutput(net.minecraft.world.item.CreativeModeTab tab, FabricCreativeModeTabOutput output)
    Modifies the creative mode tab output.
  • Method Details

    • modifyOutput

      void modifyOutput(net.minecraft.world.item.CreativeModeTab tab, FabricCreativeModeTabOutput output)
      Modifies the creative mode tab output.
      Parameters:
      tab - the creative mode tab that is being modified
      output - the output
      See Also: