Uses of Interface
net.minecraft.world.item.CreativeModeTab.DisplayItemsGenerator
Packages that use CreativeModeTab.DisplayItemsGenerator
-
Uses of CreativeModeTab.DisplayItemsGenerator in net.minecraft.world.item
Fields in net.minecraft.world.item declared as CreativeModeTab.DisplayItemsGeneratorModifier and TypeFieldDescriptionCreativeModeTab.Builder.displayItemsGenerator
private final CreativeModeTab.DisplayItemsGenerator
CreativeModeTab.displayItemsGenerator
private static final CreativeModeTab.DisplayItemsGenerator
CreativeModeTab.Builder.EMPTY_GENERATOR
Methods in net.minecraft.world.item with parameters of type CreativeModeTab.DisplayItemsGeneratorModifier and TypeMethodDescriptionCreativeModeTab.Builder.displayItems
(CreativeModeTab.DisplayItemsGenerator pDisplayItemsGenerator) Constructors in net.minecraft.world.item with parameters of type CreativeModeTab.DisplayItemsGeneratorModifierConstructorDescription(package private)
CreativeModeTab
(CreativeModeTab.Row pRow, int pColumn, CreativeModeTab.Type pType, Component pDisplayName, Supplier<ItemStack> pIconGenerator, CreativeModeTab.DisplayItemsGenerator pDisplayItemGenerator, ResourceLocation scrollerSpriteLocation, boolean hasSearchBar, int searchBarWidth, ResourceLocation tabsImage, int labelColor, int slotColor, List<ResourceLocation> tabsBefore, List<ResourceLocation> tabsAfter) -
Uses of CreativeModeTab.DisplayItemsGenerator in net.neoforged.neoforge.event
Methods in net.neoforged.neoforge.event with parameters of type CreativeModeTab.DisplayItemsGeneratorModifier and TypeMethodDescriptionstatic void
EventHooks.onCreativeModeTabBuildContents
(CreativeModeTab tab, ResourceKey<CreativeModeTab> tabKey, CreativeModeTab.DisplayItemsGenerator originalGenerator, CreativeModeTab.ItemDisplayParameters params, CreativeModeTab.Output output) Fires theBuildCreativeModeTabContentsEvent
.