Uses of Class
net.minecraft.world.item.CreativeModeTab.Builder
Packages that use CreativeModeTab.Builder
Package
Description
-
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.backgroundSuffix(String p_259981_) static CreativeModeTab.BuilderCreativeModeTab.builder(CreativeModeTab.Row p_259342_, int p_260312_) CreativeModeTab.Builder.displayItems(CreativeModeTab.DisplayItemsGenerator p_259814_) CreativeModeTab.Builder.hideTitle()CreativeModeTab.Builder.noScrollBar()protected CreativeModeTab.BuilderCreativeModeTab.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) 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.minecraftforge.common
Method parameters in net.minecraftforge.common with type arguments of type CreativeModeTab.BuilderModifier and TypeMethodDescriptionprivate static CreativeModeTabCreativeModeTabRegistry.registerCreativeModeTab(Consumer<CreativeModeTab.Builder> configurator, ResourceLocation name, List<Object> afterEntries, List<Object> beforeEntries) -
Uses of CreativeModeTab.Builder in net.minecraftforge.debug
Constructors in net.minecraftforge.debug with parameters of type CreativeModeTab.Builder -
Uses of CreativeModeTab.Builder in net.minecraftforge.event
Method parameters in net.minecraftforge.event with type arguments of type CreativeModeTab.BuilderModifier 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 CreativeModeTabCreativeModeTabEvent.Registrar.registerCreativeModeTab(@NotNull Consumer<CreativeModeTab.Builder> configurator, @NotNull ResourceLocation name, @NotNull List<Object> afters, @NotNull List<Object> befores) Register a new tab.