Uses of Class
net.minecraft.world.item.CreativeModeTab
Package
Description
-
Uses of CreativeModeTab in net.minecraft.client.gui.screens.inventory
Modifier and TypeFieldDescriptionprivate static CreativeModeTab
CreativeModeInventoryScreen.selectedTab
Modifier 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
Modifier 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
Modifier and TypeFieldDescriptionprivate final CreativeModeTab
CreativeModeTab.ItemDisplayBuilder.tab
Modifier 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
Modifier and TypeMethodDescriptionstatic CreativeModeTab
CreativeModeTabs.bootstrap
(Registry<CreativeModeTab> p_283144_) CreativeModeTab.Builder.build()
static CreativeModeTab
CreativeModeTabs.getDefaultTab()
static CreativeModeTab
CreativeModeTabs.searchTab()
Modifier and TypeMethodDescriptionstatic List
<CreativeModeTab> CreativeModeTabs.allTabs()
private static ResourceKey
<CreativeModeTab> private static Stream
<CreativeModeTab> CreativeModeTabs.streamAllTabs()
static List
<CreativeModeTab> CreativeModeTabs.tabs()
Modifier and TypeMethodDescriptionstatic CreativeModeTab
CreativeModeTabs.bootstrap
(Registry<CreativeModeTab> p_283144_) CreativeModeTab.Builder.withTabFactory
(Function<CreativeModeTab.Builder, CreativeModeTab> tabFactory) ModifierConstructorDescriptionItemDisplayBuilder
(CreativeModeTab p_251040_, FeatureFlagSet p_249331_) -
Uses of CreativeModeTab in net.neoforged.neoforge.client
Modifier 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
Modifier and TypeMethodDescriptionstatic Map
<CreativeModeTab, SearchRegistry.Key<ItemStack>> CreativeModeTabSearchRegistry.getNameSearchKeys()
static Map
<CreativeModeTab, SearchRegistry.Key<ItemStack>> CreativeModeTabSearchRegistry.getTagSearchKeys()
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionint
CreativeTabsScreenPage.getColumn
(CreativeModeTab tab) boolean
CreativeTabsScreenPage.isTop
(CreativeModeTab tab) -
Uses of CreativeModeTab in net.neoforged.neoforge.common
Modifier 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
Modifier and TypeMethodDescriptionstatic @Nullable CreativeModeTab
CreativeModeTabRegistry.getTab
(ResourceLocation name) Returns the CreativeModeTab with the given name, or null.Modifier 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) Modifier 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) Modifier and TypeMethodDescriptionprivate static void
CreativeModeTabRegistry.setCreativeModeTabOrder
(List<CreativeModeTab> tierList) -
Uses of CreativeModeTab in net.neoforged.neoforge.event
Modifier and TypeFieldDescriptionprivate final CreativeModeTab
BuildCreativeModeTabContentsEvent.tab
Modifier and TypeFieldDescriptionprivate final ResourceKey
<CreativeModeTab> BuildCreativeModeTabContentsEvent.tabKey
Modifier and TypeMethodDescriptionBuildCreativeModeTabContentsEvent.getTab()
Returns the creative mode tab currently populating its contents.Modifier and TypeMethodDescriptionBuildCreativeModeTabContentsEvent.getTabKey()
Returns the key of the creative mode tab currently populating its contents.Modifier and TypeMethodDescriptionstatic void
EventHooks.onCreativeModeTabBuildContents
(CreativeModeTab tab, ResourceKey<CreativeModeTab> tabKey, CreativeModeTab.DisplayItemsGenerator originalGenerator, CreativeModeTab.ItemDisplayParameters params, CreativeModeTab.Output output) Fires theBuildCreativeModeTabContentsEvent
.Modifier and TypeMethodDescriptionstatic void
EventHooks.onCreativeModeTabBuildContents
(CreativeModeTab tab, ResourceKey<CreativeModeTab> tabKey, CreativeModeTab.DisplayItemsGenerator originalGenerator, CreativeModeTab.ItemDisplayParameters params, CreativeModeTab.Output output) Fires theBuildCreativeModeTabContentsEvent
.ModifierConstructorDescriptionBuildCreativeModeTabContentsEvent
(CreativeModeTab tab, ResourceKey<CreativeModeTab> tabKey, CreativeModeTab.ItemDisplayParameters parameters, MutableHashedLinkedMap<ItemStack, CreativeModeTab.TabVisibility> entries) ModifierConstructorDescriptionBuildCreativeModeTabContentsEvent
(CreativeModeTab tab, ResourceKey<CreativeModeTab> tabKey, CreativeModeTab.ItemDisplayParameters parameters, MutableHashedLinkedMap<ItemStack, CreativeModeTab.TabVisibility> entries) -
Uses of CreativeModeTab in net.neoforged.neoforge.oldtest
Modifier and TypeFieldDescriptionprivate static final ResourceKey
<CreativeModeTab> CreativeModeTabTest.DAMAGED_SWORDS
private static final ResourceKey
<CreativeModeTab> CreativeModeTabTest.LOGS
private static final ResourceKey
<CreativeModeTab> CreativeModeTabTest.STONE
-
Uses of CreativeModeTab in net.neoforged.testframework.registration