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.displayItemsGeneratorprivate final CreativeModeTab.DisplayItemsGeneratorCreativeModeTab.displayItemsGeneratorprivate static final CreativeModeTab.DisplayItemsGeneratorCreativeModeTab.Builder.EMPTY_GENERATORMethods in net.minecraft.world.item with parameters of type CreativeModeTab.DisplayItemsGeneratorModifier and TypeMethodDescriptionCreativeModeTab.Builder.displayItems(CreativeModeTab.DisplayItemsGenerator p_259814_) Constructors in net.minecraft.world.item with parameters of type CreativeModeTab.DisplayItemsGeneratorModifierConstructorDescription(package private)CreativeModeTab(CreativeModeTab.Row p_260217_, int p_259557_, CreativeModeTab.Type p_260176_, Component p_260100_, Supplier<ItemStack> p_259543_, CreativeModeTab.DisplayItemsGenerator p_259085_, ResourceLocation backgroundLocation, 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 voidEventHooks.onCreativeModeTabBuildContents(CreativeModeTab tab, ResourceKey<CreativeModeTab> tabKey, CreativeModeTab.DisplayItemsGenerator originalGenerator, CreativeModeTab.ItemDisplayParameters params, CreativeModeTab.Output output) Fires theBuildCreativeModeTabContentsEvent.