Interface ITabBuilder
- All Known Implementing Classes:
TabBuilder
public interface ITabBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbackgroundSuffix(String background) net.minecraft.world.item.CreativeModeTabbuild()displayItems(IDisplayGenerator displayGen) title(net.minecraft.network.chat.Component tabTitle)
-
Method Details
-
title
-
icon
-
displayItems
-
hideTitle
ITabBuilder hideTitle() -
noScrollBar
ITabBuilder noScrollBar() -
backgroundSuffix
-
build
net.minecraft.world.item.CreativeModeTab build()
-