Package org.moddingx.libx.creativetab
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.