Uses of Class
net.minecraft.world.item.CreativeModeTab
Packages that use CreativeModeTab
Package
Description
-
Uses of CreativeModeTab in net.minecraft.client.gui.screens.inventory
Fields in net.minecraft.client.gui.screens.inventory declared as CreativeModeTabModifier and TypeFieldDescriptionprivate static CreativeModeTab
CreativeModeInventoryScreen.selectedTab
Methods in net.minecraft.client.gui.screens.inventory with parameters of type CreativeModeTabModifier and TypeMethodDescriptionprotected boolean
CreativeModeInventoryScreen.checkTabClicked
(CreativeModeTab p_98563_, double p_98564_, double p_98565_) protected boolean
CreativeModeInventoryScreen.checkTabHovering
(GuiGraphics p_282317_, CreativeModeTab p_282244_, int p_283469_, int p_283411_) private int
CreativeModeInventoryScreen.getTabX
(CreativeModeTab p_260136_) private int
CreativeModeInventoryScreen.getTabY
(CreativeModeTab p_260181_) protected void
CreativeModeInventoryScreen.renderTabButton
(GuiGraphics p_283590_, CreativeModeTab p_283489_) private void
CreativeModeInventoryScreen.selectTab
(CreativeModeTab p_98561_) -
Uses of CreativeModeTab in net.minecraft.core.registries
Fields in net.minecraft.core.registries with type parameters of type CreativeModeTabModifier and TypeFieldDescriptionstatic final Registry<CreativeModeTab>
BuiltInRegistries.CREATIVE_MODE_TAB
static final ResourceKey<Registry<CreativeModeTab>>
Registries.CREATIVE_MODE_TAB
-
Uses of CreativeModeTab in net.minecraft.world.item
Fields in net.minecraft.world.item declared as CreativeModeTabModifier and TypeFieldDescriptionprivate final CreativeModeTab
CreativeModeTab.ItemDisplayBuilder.tab
Fields in net.minecraft.world.item with type parameters of type CreativeModeTabModifier and TypeFieldDescriptionstatic final ResourceKey<CreativeModeTab>
CreativeModeTabs.BUILDING_BLOCKS
static final ResourceKey<CreativeModeTab>
CreativeModeTabs.COLORED_BLOCKS
static final ResourceKey<CreativeModeTab>
CreativeModeTabs.COMBAT
static final ResourceKey<CreativeModeTab>
CreativeModeTabs.FOOD_AND_DRINKS
static final ResourceKey<CreativeModeTab>
CreativeModeTabs.FUNCTIONAL_BLOCKS
static final ResourceKey<CreativeModeTab>
CreativeModeTabs.HOTBAR
static final ResourceKey<CreativeModeTab>
CreativeModeTabs.INGREDIENTS
static final ResourceKey<CreativeModeTab>
CreativeModeTabs.INVENTORY
static final ResourceKey<CreativeModeTab>
CreativeModeTabs.NATURAL_BLOCKS
static final ResourceKey<CreativeModeTab>
CreativeModeTabs.OP_BLOCKS
static final ResourceKey<CreativeModeTab>
CreativeModeTabs.REDSTONE_BLOCKS
static final ResourceKey<CreativeModeTab>
CreativeModeTabs.SEARCH
static final ResourceKey<CreativeModeTab>
CreativeModeTabs.SPAWN_EGGS
CreativeModeTab.Builder.tabFactory
static final ResourceKey<CreativeModeTab>
CreativeModeTabs.TOOLS_AND_UTILITIES
Methods in net.minecraft.world.item that return CreativeModeTabModifier and TypeMethodDescriptionstatic CreativeModeTab
CreativeModeTabs.bootstrap
(Registry<CreativeModeTab> p_283144_) CreativeModeTab.Builder.build()
static CreativeModeTab
CreativeModeTabs.getDefaultTab()
static CreativeModeTab
CreativeModeTabs.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 CreativeModeTab
CreativeModeTabs.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.client
Fields in net.neoforged.neoforge.client with type parameters of type CreativeModeTabModifier and TypeFieldDescriptionprivate static final Map<CreativeModeTab,
SearchRegistry.Key<ItemStack>> CreativeModeTabSearchRegistry.NAME_SEARCH_KEYS
private static final Map<CreativeModeTab,
SearchRegistry.Key<ItemStack>> CreativeModeTabSearchRegistry.TAG_SEARCH_KEYS
Methods 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.gui
Fields in net.neoforged.neoforge.client.gui with type parameters of type CreativeModeTabModifier and TypeFieldDescriptionprivate final List<CreativeModeTab>
CreativeTabsScreenPage.bottomTabs
private final List<CreativeModeTab>
CreativeTabsScreenPage.tabs
private final List<CreativeModeTab>
CreativeTabsScreenPage.topTabs
private final List<CreativeModeTab>
CreativeTabsScreenPage.visibleTabs
Methods 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 TypeMethodDescriptionint
CreativeTabsScreenPage.getColumn
(CreativeModeTab tab) boolean
CreativeTabsScreenPage.isTop
(CreativeModeTab tab) Constructor parameters in net.neoforged.neoforge.client.gui with type arguments of type CreativeModeTab -
Uses of CreativeModeTab in net.neoforged.neoforge.common
Fields in net.neoforged.neoforge.common with type parameters of type CreativeModeTabModifier and TypeFieldDescriptionprivate static final List<CreativeModeTab>
CreativeModeTabRegistry.DEFAULT_TABS
private static final List<CreativeModeTab>
CreativeModeTabRegistry.SORTED_TABS
private static final List<CreativeModeTab>
CreativeModeTabRegistry.SORTED_TABS_VIEW
Methods in net.neoforged.neoforge.common that return CreativeModeTabModifier and TypeMethodDescriptionstatic @Nullable CreativeModeTab
CreativeModeTabRegistry.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 void
CreativeModeTabRegistry.addTabOrder
(CreativeModeTab tab, ResourceLocation name) static @Nullable ResourceLocation
CreativeModeTabRegistry.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 void
CreativeModeTabRegistry.setCreativeModeTabOrder
(List<CreativeModeTab> tierList) -
Uses of CreativeModeTab in net.neoforged.neoforge.event
Fields in net.neoforged.neoforge.event declared as CreativeModeTabModifier and TypeFieldDescriptionprivate final CreativeModeTab
BuildCreativeModeTabContentsEvent.tab
Fields in net.neoforged.neoforge.event with type parameters of type CreativeModeTabModifier and TypeFieldDescriptionprivate final ResourceKey<CreativeModeTab>
BuildCreativeModeTabContentsEvent.tabKey
Methods 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 void
EventHooks.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 void
EventHooks.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.oldtest
Subclasses 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.LOGS
private static final ResourceKey<CreativeModeTab>
CreativeModeTabTest.STONE
-
Uses of CreativeModeTab in net.neoforged.testframework.registration
Method parameters in net.neoforged.testframework.registration with type arguments of type CreativeModeTab