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.
-
Method Summary
Modifier and TypeMethodDescriptionvoidmodifyOutput(net.minecraft.world.item.CreativeModeTab tab, FabricCreativeModeTabOutput output) Modifies the creative mode tab output.
-
Method Details
-
modifyOutput
Modifies the creative mode tab output.- Parameters:
tab- the creative mode tab that is being modifiedoutput- the output- See Also:
-