Interface CreativeTabItemProvider

All Known Implementing Classes:
BlockBase, BlockBE, DecoratedBlock, ItemBase, ItemInventory, MenuBlock, MenuBlockBE

public interface CreativeTabItemProvider
Can be implemented on items to provide custom logic on how CreativeTabX should fill them by default. Both ItemBase and the block item generated by BlockBase implement this by default.
  • Method Summary

    Modifier and Type
    Method
    Description
    Stream<net.minecraft.world.item.ItemStack>
    Returns a Stream of item stacks to add to a creative tab.
  • Method Details

    • makeCreativeTabStacks

      Stream<net.minecraft.world.item.ItemStack> makeCreativeTabStacks()
      Returns a Stream of item stacks to add to a creative tab.