Class CategorizedCreativeTab.Builder
java.lang.Object
net.minecraft.world.item.CreativeModeTab.Builder
team.lodestar.lodestone.systems.creative_tab.CategorizedCreativeTab.Builder
- Enclosing class:
CategorizedCreativeTab
public static class CategorizedCreativeTab.Builder
extends net.minecraft.world.item.CreativeModeTab.Builder
-
Constructor Summary
ConstructorsConstructorDescriptionBuilder(Function<CategorizedCreativeTab.Builder, CategorizedCreativeTab> tabFactory, net.minecraft.world.item.CreativeModeTab.Row row, int column) -
Method Summary
Methods inherited from class net.minecraft.world.item.CreativeModeTab.Builder
alignedRight, backgroundTexture, build, displayItems, displayItems, hideTitle, icon, noScrollBar, title, type, withLabelColor, withScrollBarSpriteLocation, withSearchBar, withSearchBar, withSlotColor, withTabFactory, withTabsAfter, withTabsAfter, withTabsBefore, withTabsBefore, withTabsImage
-
Constructor Details
-
Builder
public Builder(Function<CategorizedCreativeTab.Builder, CategorizedCreativeTab> tabFactory, net.minecraft.world.item.CreativeModeTab.Row row, int column)
-