Uses of Class
net.minecraft.world.item.CreativeModeTab
Packages that use CreativeModeTab
Package
Description
- 
Uses of CreativeModeTab in net.minecraft.client.gui.screens.inventoryFields in net.minecraft.client.gui.screens.inventory declared as CreativeModeTabModifier and TypeFieldDescriptionprivate static CreativeModeTabCreativeModeInventoryScreen.selectedTabMethods in net.minecraft.client.gui.screens.inventory with parameters of type CreativeModeTabModifier and TypeMethodDescriptionprotected booleanCreativeModeInventoryScreen.checkTabClicked(CreativeModeTab p_98563_, double p_98564_, double p_98565_) protected booleanCreativeModeInventoryScreen.checkTabHovering(GuiGraphics p_282317_, CreativeModeTab p_282244_, int p_283469_, int p_283411_) private intCreativeModeInventoryScreen.getTabX(CreativeModeTab p_260136_) private intCreativeModeInventoryScreen.getTabY(CreativeModeTab p_260181_) protected voidCreativeModeInventoryScreen.renderTabButton(GuiGraphics p_283590_, CreativeModeTab p_283489_) private voidCreativeModeInventoryScreen.selectTab(CreativeModeTab p_98561_) 
- 
Uses of CreativeModeTab in net.minecraft.core.registriesFields in net.minecraft.core.registries with type parameters of type CreativeModeTabModifier and TypeFieldDescriptionstatic final Registry<CreativeModeTab> BuiltInRegistries.CREATIVE_MODE_TABstatic final ResourceKey<Registry<CreativeModeTab>> Registries.CREATIVE_MODE_TAB
- 
Uses of CreativeModeTab in net.minecraft.world.itemFields in net.minecraft.world.item declared as CreativeModeTabModifier and TypeFieldDescriptionprivate final CreativeModeTabCreativeModeTab.ItemDisplayBuilder.tabFields in net.minecraft.world.item with type parameters of type CreativeModeTabModifier and TypeFieldDescriptionstatic final ResourceKey<CreativeModeTab> CreativeModeTabs.BUILDING_BLOCKSstatic final ResourceKey<CreativeModeTab> CreativeModeTabs.COLORED_BLOCKSstatic final ResourceKey<CreativeModeTab> CreativeModeTabs.COMBATstatic final ResourceKey<CreativeModeTab> CreativeModeTabs.FOOD_AND_DRINKSstatic final ResourceKey<CreativeModeTab> CreativeModeTabs.FUNCTIONAL_BLOCKSstatic final ResourceKey<CreativeModeTab> CreativeModeTabs.HOTBARstatic final ResourceKey<CreativeModeTab> CreativeModeTabs.INGREDIENTSstatic final ResourceKey<CreativeModeTab> CreativeModeTabs.INVENTORYstatic final ResourceKey<CreativeModeTab> CreativeModeTabs.NATURAL_BLOCKSstatic final ResourceKey<CreativeModeTab> CreativeModeTabs.OP_BLOCKSstatic final ResourceKey<CreativeModeTab> CreativeModeTabs.REDSTONE_BLOCKSstatic final ResourceKey<CreativeModeTab> CreativeModeTabs.SEARCHstatic final ResourceKey<CreativeModeTab> CreativeModeTabs.SPAWN_EGGSCreativeModeTab.Builder.tabFactorystatic final ResourceKey<CreativeModeTab> CreativeModeTabs.TOOLS_AND_UTILITIESMethods in net.minecraft.world.item that return CreativeModeTabModifier and TypeMethodDescriptionstatic CreativeModeTabCreativeModeTabs.bootstrap(Registry<CreativeModeTab> p_283144_) CreativeModeTab.Builder.build()static CreativeModeTabCreativeModeTabs.getDefaultTab()static CreativeModeTabCreativeModeTabs.searchTab()Methods in net.minecraft.world.item that return types with arguments of type CreativeModeTabModifier and TypeMethodDescriptionstatic List<CreativeModeTab> CreativeModeTabs.allTabs()private static ResourceKey<CreativeModeTab> private static Stream<CreativeModeTab> CreativeModeTabs.streamAllTabs()static List<CreativeModeTab> CreativeModeTabs.tabs()Method parameters in net.minecraft.world.item with type arguments of type CreativeModeTabModifier and TypeMethodDescriptionstatic CreativeModeTabCreativeModeTabs.bootstrap(Registry<CreativeModeTab> p_283144_) CreativeModeTab.Builder.withTabFactory(Function<CreativeModeTab.Builder, CreativeModeTab> tabFactory) Constructors in net.minecraft.world.item with parameters of type CreativeModeTabModifierConstructorDescriptionItemDisplayBuilder(CreativeModeTab p_251040_, FeatureFlagSet p_249331_) 
- 
Uses of CreativeModeTab in net.neoforged.neoforge.clientFields in net.neoforged.neoforge.client with type parameters of type CreativeModeTabModifier and TypeFieldDescriptionprivate static final Map<CreativeModeTab, SearchRegistry.Key<ItemStack>> CreativeModeTabSearchRegistry.NAME_SEARCH_KEYSprivate static final Map<CreativeModeTab, SearchRegistry.Key<ItemStack>> CreativeModeTabSearchRegistry.TAG_SEARCH_KEYSMethods in net.neoforged.neoforge.client that return types with arguments of type CreativeModeTabModifier and TypeMethodDescriptionstatic Map<CreativeModeTab, SearchRegistry.Key<ItemStack>> CreativeModeTabSearchRegistry.getNameSearchKeys()static Map<CreativeModeTab, SearchRegistry.Key<ItemStack>> CreativeModeTabSearchRegistry.getTagSearchKeys()Methods in net.neoforged.neoforge.client with parameters of type CreativeModeTabModifier and TypeMethodDescriptionstatic SearchRegistry.Key<ItemStack> CreativeModeTabSearchRegistry.getNameSearchKey(CreativeModeTab tab) static SearchRegistry.Key<ItemStack> CreativeModeTabSearchRegistry.getTagSearchKey(CreativeModeTab tab) 
- 
Uses of CreativeModeTab in net.neoforged.neoforge.client.guiFields in net.neoforged.neoforge.client.gui with type parameters of type CreativeModeTabModifier and TypeFieldDescriptionprivate final List<CreativeModeTab> CreativeTabsScreenPage.bottomTabsprivate final List<CreativeModeTab> CreativeTabsScreenPage.tabsprivate final List<CreativeModeTab> CreativeTabsScreenPage.topTabsprivate final List<CreativeModeTab> CreativeTabsScreenPage.visibleTabsMethods in net.neoforged.neoforge.client.gui that return CreativeModeTabMethods in net.neoforged.neoforge.client.gui that return types with arguments of type CreativeModeTabMethods in net.neoforged.neoforge.client.gui with parameters of type CreativeModeTabModifier and TypeMethodDescriptionintCreativeTabsScreenPage.getColumn(CreativeModeTab tab) booleanCreativeTabsScreenPage.isTop(CreativeModeTab tab) Constructor parameters in net.neoforged.neoforge.client.gui with type arguments of type CreativeModeTab
- 
Uses of CreativeModeTab in net.neoforged.neoforge.commonFields in net.neoforged.neoforge.common with type parameters of type CreativeModeTabModifier and TypeFieldDescriptionprivate static final List<CreativeModeTab> CreativeModeTabRegistry.DEFAULT_TABSprivate static final List<CreativeModeTab> CreativeModeTabRegistry.SORTED_TABSprivate static final List<CreativeModeTab> CreativeModeTabRegistry.SORTED_TABS_VIEWMethods in net.neoforged.neoforge.common that return CreativeModeTabModifier and TypeMethodDescriptionstatic @Nullable CreativeModeTabCreativeModeTabRegistry.getTab(ResourceLocation name) Returns the CreativeModeTab with the given name, or null.Methods in net.neoforged.neoforge.common that return types with arguments of type CreativeModeTabModifier and TypeMethodDescriptionstatic List<CreativeModeTab> CreativeModeTabRegistry.getDefaultTabs()static List<CreativeModeTab> CreativeModeTabRegistry.getSortedCreativeModeTabs()Returns an unmodifiable view of the sorted list of creative mode tabs in ascending order.static Collection<CreativeModeTab> CommonHooks.onCheckCreativeTabs(CreativeModeTab... vanillaTabs) Methods in net.neoforged.neoforge.common with parameters of type CreativeModeTabModifier and TypeMethodDescriptionprivate static voidCreativeModeTabRegistry.addTabOrder(CreativeModeTab tab, ResourceLocation name) static @Nullable ResourceLocationCreativeModeTabRegistry.getName(CreativeModeTab tab) Returns the name of the given CreativeModeTab, or null.static Collection<CreativeModeTab> CommonHooks.onCheckCreativeTabs(CreativeModeTab... vanillaTabs) Method parameters in net.neoforged.neoforge.common with type arguments of type CreativeModeTabModifier and TypeMethodDescriptionprivate static voidCreativeModeTabRegistry.setCreativeModeTabOrder(List<CreativeModeTab> tierList) 
- 
Uses of CreativeModeTab in net.neoforged.neoforge.eventFields in net.neoforged.neoforge.event declared as CreativeModeTabModifier and TypeFieldDescriptionprivate final CreativeModeTabBuildCreativeModeTabContentsEvent.tabFields in net.neoforged.neoforge.event with type parameters of type CreativeModeTabModifier and TypeFieldDescriptionprivate final ResourceKey<CreativeModeTab> BuildCreativeModeTabContentsEvent.tabKeyMethods in net.neoforged.neoforge.event that return CreativeModeTabModifier and TypeMethodDescriptionBuildCreativeModeTabContentsEvent.getTab()Returns the creative mode tab currently populating its contents.Methods in net.neoforged.neoforge.event that return types with arguments of type CreativeModeTabModifier and TypeMethodDescriptionBuildCreativeModeTabContentsEvent.getTabKey()Returns the key of the creative mode tab currently populating its contents.Methods in net.neoforged.neoforge.event with parameters of type CreativeModeTabModifier and TypeMethodDescriptionstatic voidEventHooks.onCreativeModeTabBuildContents(CreativeModeTab tab, ResourceKey<CreativeModeTab> tabKey, CreativeModeTab.DisplayItemsGenerator originalGenerator, CreativeModeTab.ItemDisplayParameters params, CreativeModeTab.Output output) Fires theBuildCreativeModeTabContentsEvent.Method parameters in net.neoforged.neoforge.event with type arguments of type CreativeModeTabModifier and TypeMethodDescriptionstatic voidEventHooks.onCreativeModeTabBuildContents(CreativeModeTab tab, ResourceKey<CreativeModeTab> tabKey, CreativeModeTab.DisplayItemsGenerator originalGenerator, CreativeModeTab.ItemDisplayParameters params, CreativeModeTab.Output output) Fires theBuildCreativeModeTabContentsEvent.Constructors in net.neoforged.neoforge.event with parameters of type CreativeModeTabModifierConstructorDescriptionBuildCreativeModeTabContentsEvent(CreativeModeTab tab, ResourceKey<CreativeModeTab> tabKey, CreativeModeTab.ItemDisplayParameters parameters, MutableHashedLinkedMap<ItemStack, CreativeModeTab.TabVisibility> entries) Constructor parameters in net.neoforged.neoforge.event with type arguments of type CreativeModeTabModifierConstructorDescriptionBuildCreativeModeTabContentsEvent(CreativeModeTab tab, ResourceKey<CreativeModeTab> tabKey, CreativeModeTab.ItemDisplayParameters parameters, MutableHashedLinkedMap<ItemStack, CreativeModeTab.TabVisibility> entries) 
- 
Uses of CreativeModeTab in net.neoforged.neoforge.oldtestSubclasses of CreativeModeTab in net.neoforged.neoforge.oldtestFields in net.neoforged.neoforge.oldtest with type parameters of type CreativeModeTabModifier and TypeFieldDescriptionprivate static final ResourceKey<CreativeModeTab> CreativeModeTabTest.DAMAGED_SWORDSprivate static final ResourceKey<CreativeModeTab> CreativeModeTabTest.LOGSprivate static final ResourceKey<CreativeModeTab> CreativeModeTabTest.STONE
- 
Uses of CreativeModeTab in net.neoforged.testframework.registrationMethod parameters in net.neoforged.testframework.registration with type arguments of type CreativeModeTab