Interface CreativeTabItemProvider

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

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 Details

    • makeCreativeTabStacks

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