Object TBSCreativeTabs
-
- All Implemented Interfaces:
public class TBSCreativeTabs
-
-
Field Summary
Fields Modifier and Type Field Description private final RegistryEntry<CreativeModeTab, CreativeModeTab>
BLOCKS_TAB
private final RegistryEntry<CreativeModeTab, CreativeModeTab>
ITEMS_TAB
public final static TBSCreativeTabs
INSTANCE
-
Method Summary
Modifier and Type Method Description final RegistryEntry<CreativeModeTab, CreativeModeTab>
getBLOCKS_TAB()
final RegistryEntry<CreativeModeTab, CreativeModeTab>
getITEMS_TAB()
-
-
Method Detail
-
getBLOCKS_TAB
final RegistryEntry<CreativeModeTab, CreativeModeTab> getBLOCKS_TAB()
-
getITEMS_TAB
final RegistryEntry<CreativeModeTab, CreativeModeTab> getITEMS_TAB()
-
-
-
-