Uses of Class
net.minecraft.world.item.CreativeModeTab.Builder
Package
Description
-
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
(CreativeModeTab.Row p_259342_, int p_260312_) 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) CreativeModeTab.Builder.withLabelColor
(int labelColor) CreativeModeTab.Builder.withSearchBar()
CreativeModeTab.Builder.withSearchBar
(int searchBarWidth) CreativeModeTab.Builder.withSlotColor
(int slotColor) CreativeModeTab.Builder.withTabFactory
(Function<CreativeModeTab.Builder, CreativeModeTab> tabFactory) CreativeModeTab.Builder.withTabsImage
(ResourceLocation tabsImage) Modifier and TypeMethodDescriptionCreativeModeTab.Builder.withTabFactory
(Function<CreativeModeTab.Builder, CreativeModeTab> tabFactory) -
Uses of CreativeModeTab.Builder in net.minecraftforge.common
Modifier and TypeMethodDescriptionprivate static CreativeModeTab
CreativeModeTabRegistry.registerCreativeModeTab
(Consumer<CreativeModeTab.Builder> configurator, ResourceLocation name, List<Object> afterEntries, List<Object> beforeEntries) -
Uses of CreativeModeTab.Builder in net.minecraftforge.debug
-
Uses of CreativeModeTab.Builder in net.minecraftforge.event
Modifier and TypeMethodDescriptionCreativeModeTabEvent.Register.registerCreativeModeTab
(ResourceLocation name, Consumer<CreativeModeTab.Builder> configurator) Registers and configures a creative mode tab with the given name and returns the built instance.CreativeModeTabEvent.Register.registerCreativeModeTab
(ResourceLocation name, List<Object> beforeEntries, List<Object> afterEntries, Consumer<CreativeModeTab.Builder> configurator) Registers and configures a creative mode tab with the given name and returns the built instance.@NotNull CreativeModeTab
CreativeModeTabEvent.Registrar.registerCreativeModeTab
(@NotNull Consumer<CreativeModeTab.Builder> configurator, @NotNull ResourceLocation name, @NotNull List<Object> afters, @NotNull List<Object> befores) Register a new tab.