Uses of Class
net.minecraft.world.item.CreativeModeTab.Builder
-
Uses of CreativeModeTab.Builder in net.minecraft.world.item
Modifier and TypeMethodDescriptionCreativeModeTab.Builder.alignedRight()
CreativeModeTab.Builder.backgroundSuffix
(String p_259981_) static CreativeModeTab.Builder
CreativeModeTab.builder()
static CreativeModeTab.Builder
CreativeModeTab.builder
(CreativeModeTab.Row p_259342_, int p_260312_) Deprecated.CreativeModeTab.Builder.displayItems
(CreativeModeTab.DisplayItemsGenerator p_259814_) CreativeModeTab.Builder.hideTitle()
CreativeModeTab.Builder.noScrollBar()
protected CreativeModeTab.Builder
CreativeModeTab.Builder.type
(CreativeModeTab.Type p_259283_) CreativeModeTab.Builder.withBackgroundLocation
(ResourceLocation background) Sets the location of the tab background.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.Modifier and TypeMethodDescriptionCreativeModeTab.Builder.withTabFactory
(Function<CreativeModeTab.Builder, CreativeModeTab> tabFactory) -
Uses of CreativeModeTab.Builder in net.neoforged.neoforge.oldtest
CreativeModeTab.builder()