Class CustomTab.Builder
java.lang.Object
net.minecraft.world.item.CreativeModeTab.Builder
com.petrolpark.client.creativemodetab.CustomTab.Builder
- Enclosing class:
CustomTab
public static class CustomTab.Builder
extends net.minecraft.world.item.CreativeModeTab.Builder
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadd(CustomTab.ITabEntry... entries) displayItems(net.minecraft.world.item.CreativeModeTab.DisplayItemsGenerator displayItemsGenerator) Deprecated.Methods inherited from class net.minecraft.world.item.CreativeModeTab.Builder
alignedRight, backgroundTexture, build, hideTitle, icon, noScrollBar, title, type, withLabelColor, withScrollBarSpriteLocation, withSearchBar, withSearchBar, withSlotColor, withTabFactory, withTabsAfter, withTabsAfter, withTabsBefore, withTabsBefore, withTabsImage
-
Field Details
-
entries
-
-
Constructor Details
-
Builder
public Builder(net.minecraft.world.item.CreativeModeTab.Row row, int column)
-
-
Method Details
-
add
-
displayItems
@Deprecated public CustomTab.Builder displayItems(@Nonnull net.minecraft.world.item.CreativeModeTab.DisplayItemsGenerator displayItemsGenerator) Deprecated.Useadd(ITabEntry...)instead- Overrides:
displayItemsin classnet.minecraft.world.item.CreativeModeTab.Builder
-
add(ITabEntry...)instead