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
Currently selected creative inventory tab index.Methods in net.minecraft.client.gui.screens.inventory with parameters of type CreativeModeTabModifier and TypeMethodDescriptionprotected boolean
CreativeModeInventoryScreen.checkTabClicked
(CreativeModeTab pCreativeModeTab, double pRelativeMouseX, double pRelativeMouseY) protected boolean
CreativeModeInventoryScreen.checkTabHovering
(GuiGraphics pGuiGraphics, CreativeModeTab pCreativeModeTab, int pMouseX, int pMouseY) private int
CreativeModeInventoryScreen.getTabX
(CreativeModeTab pTab) private int
CreativeModeInventoryScreen.getTabY
(CreativeModeTab pTab) protected void
CreativeModeInventoryScreen.renderTabButton
(GuiGraphics pGuiGraphics, CreativeModeTab pCreativeModeTab) private void
CreativeModeInventoryScreen.selectTab
(CreativeModeTab pTab) Sets the current creative tab, restructuring the GUI as needed. -
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> pRegistry) 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> pRegistry) CreativeModeTab.Builder.withTabFactory
(Function<CreativeModeTab.Builder, CreativeModeTab> tabFactory) Constructors in net.minecraft.world.item with parameters of type CreativeModeTabModifierConstructorDescriptionItemDisplayBuilder
(CreativeModeTab pTab, FeatureFlagSet pFeatureFlagSet) -
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, SessionSearchTrees.Key> CreativeModeTabSearchRegistry.NAME_SEARCH_KEYS
private static final Map
<CreativeModeTab, SessionSearchTrees.Key> CreativeModeTabSearchRegistry.TAG_SEARCH_KEYS
Methods in net.neoforged.neoforge.client that return types with arguments of type CreativeModeTabModifier and TypeMethodDescriptionstatic Map
<CreativeModeTab, SessionSearchTrees.Key> CreativeModeTabSearchRegistry.getNameSearchKeys()
static Map
<CreativeModeTab, SessionSearchTrees.Key> CreativeModeTabSearchRegistry.getTagSearchKeys()
Methods in net.neoforged.neoforge.client with parameters of type CreativeModeTabModifier and TypeMethodDescriptionstatic SessionSearchTrees.Key
CreativeModeTabSearchRegistry.getNameSearchKey
(CreativeModeTab tab) static SessionSearchTrees.Key
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, InsertableLinkedOpenCustomHashSet<ItemStack> parentEntries, InsertableLinkedOpenCustomHashSet<ItemStack> searchEntries) Constructor parameters in net.neoforged.neoforge.event with type arguments of type CreativeModeTabModifierConstructorDescriptionBuildCreativeModeTabContentsEvent
(CreativeModeTab tab, ResourceKey<CreativeModeTab> tabKey, CreativeModeTab.ItemDisplayParameters parameters, InsertableLinkedOpenCustomHashSet<ItemStack> parentEntries, InsertableLinkedOpenCustomHashSet<ItemStack> searchEntries) -
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.DAMAGED_SWORDS
private 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