Package vazkii.botania.common.item
Interface CustomCreativeTabContents
- All Known Implementing Classes:
BandOfManaItem,BaseBrewItem,FlowerMotifBlock,FlugelTiaraItem,GreaterBandOfManaItem,IncenseStickItem,LaputaShardItem,LexicaBotaniaItem,ManaTabletItem,TaintedBloodPendantItem,TerraShattererItem,WandOfTheForestItem
public interface CustomCreativeTabContents
A Botania Item or Block with this interface can customize what is added to the creative tab.
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddToCreativeTab(net.minecraft.world.item.Item me, net.minecraft.world.item.CreativeModeTab.Output output) Add this item and any variants to the creative tab
-
Method Details
-
addToCreativeTab
void addToCreativeTab(net.minecraft.world.item.Item me, net.minecraft.world.item.CreativeModeTab.Output output) Add this item and any variants to the creative tab- Parameters:
me- The item itself, for convenience when implementing this on a Block
-