Uses of Class
net.minecraft.world.item.CreativeModeTab.Builder
Packages that use CreativeModeTab.Builder
-
Uses of CreativeModeTab.Builder in net.minecraft.world.item
Fields in net.minecraft.world.item with type parameters of type CreativeModeTab.BuilderMethods in net.minecraft.world.item that return CreativeModeTab.BuilderModifier and TypeMethodDescriptionCreativeModeTab.Builder.alignedRight()
CreativeModeTab.Builder.backgroundTexture
(ResourceLocation pBackgroundTexture) static CreativeModeTab.Builder
CreativeModeTab.builder()
static CreativeModeTab.Builder
CreativeModeTab.builder
(CreativeModeTab.Row pRow, int pColumn) Deprecated.CreativeModeTab.Builder.displayItems
(CreativeModeTab.DisplayItemsGenerator pDisplayItemsGenerator) CreativeModeTab.Builder.hideTitle()
CreativeModeTab.Builder.noScrollBar()
protected CreativeModeTab.Builder
CreativeModeTab.Builder.type
(CreativeModeTab.Type pType) CreativeModeTab.Builder.withLabelColor
(int labelColor) Sets the color of the tab label.CreativeModeTab.Builder.withScrollBarSpriteLocation
(ResourceLocation scrollBarSpriteLocation) Sets the location of the scroll bar background.CreativeModeTab.Builder.withSearchBar()
Gives this tab a search bar.CreativeModeTab.Builder.withSearchBar
(int searchBarWidth) Gives this tab a search bar, with a specific width.CreativeModeTab.Builder.withSlotColor
(int slotColor) Sets the color of tab's slots.CreativeModeTab.Builder.withTabFactory
(Function<CreativeModeTab.Builder, CreativeModeTab> tabFactory) final CreativeModeTab.Builder
CreativeModeTab.Builder.withTabsAfter
(ResourceKey<CreativeModeTab>... tabs) Define tabs that should come after this tab.CreativeModeTab.Builder.withTabsAfter
(ResourceLocation... tabs) Define tabs that should come after this tab.final CreativeModeTab.Builder
CreativeModeTab.Builder.withTabsBefore
(ResourceKey<CreativeModeTab>... tabs) Define tabs that should come before this tab.CreativeModeTab.Builder.withTabsBefore
(ResourceLocation... tabs) Define tabs that should come before this tab.CreativeModeTab.Builder.withTabsImage
(ResourceLocation tabsImage) Sets the image of the tab to a custom resource location, instead of an item's texture.Method parameters in net.minecraft.world.item with type arguments of type CreativeModeTab.BuilderModifier and TypeMethodDescriptionCreativeModeTab.Builder.withTabFactory
(Function<CreativeModeTab.Builder, CreativeModeTab> tabFactory) Constructors in net.minecraft.world.item with parameters of type CreativeModeTab.Builder -
Uses of CreativeModeTab.Builder in net.neoforged.neoforge.oldtest
Constructors in net.neoforged.neoforge.oldtest with parameters of type CreativeModeTab.Builder
CreativeModeTab.builder()