Uses of Class
net.minecraft.world.item.CreativeModeTab
Packages that use CreativeModeTab
Package
Description
-
Uses of CreativeModeTab in net.minecraft.client.gui.screens.inventory
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
(PoseStack p_98585_, CreativeModeTab p_98586_, int p_98587_, int p_98588_) protected void
CreativeModeInventoryScreen.renderTabButton
(PoseStack p_98582_, CreativeModeTab p_98583_) private void
CreativeModeInventoryScreen.selectTab
(CreativeModeTab p_98561_) -
Uses of CreativeModeTab in net.minecraft.world.item
Fields in net.minecraft.world.item declared as CreativeModeTabModifier and TypeFieldDescriptionprotected final CreativeModeTab
Item.category
(package private) CreativeModeTab
Item.Properties.category
static final CreativeModeTab
CreativeModeTab.TAB_BREWING
static final CreativeModeTab
CreativeModeTab.TAB_BUILDING_BLOCKS
static final CreativeModeTab
CreativeModeTab.TAB_COMBAT
static final CreativeModeTab
CreativeModeTab.TAB_DECORATIONS
static final CreativeModeTab
CreativeModeTab.TAB_FOOD
static final CreativeModeTab
CreativeModeTab.TAB_HOTBAR
static final CreativeModeTab
CreativeModeTab.TAB_INVENTORY
static final CreativeModeTab
CreativeModeTab.TAB_MATERIALS
static final CreativeModeTab
CreativeModeTab.TAB_MISC
static final CreativeModeTab
CreativeModeTab.TAB_REDSTONE
static final CreativeModeTab
CreativeModeTab.TAB_SEARCH
static final CreativeModeTab
CreativeModeTab.TAB_TOOLS
static final CreativeModeTab
CreativeModeTab.TAB_TRANSPORTATION
static CreativeModeTab[]
CreativeModeTab.TABS
Methods in net.minecraft.world.item that return CreativeModeTabModifier and TypeMethodDescriptionfinal CreativeModeTab
Item.getItemCategory()
CreativeModeTab.hideScroll()
CreativeModeTab.hideTitle()
CreativeModeTab.setBackgroundImage
(ResourceLocation texture) CreativeModeTab.setBackgroundSuffix
(String p_40780_) Deprecated.CreativeModeTab.setEnchantmentCategories
(EnchantmentCategory... p_40782_) CreativeModeTab.setRecipeFolderName
(String p_40785_) Methods in net.minecraft.world.item with parameters of type CreativeModeTabModifier and TypeMethodDescriptionprivate static int
CreativeModeTab.addGroupSafe
(int index, CreativeModeTab newGroup) protected boolean
Item.allowedIn
(CreativeModeTab p_220153_) void
BlockItem.fillItemCategory
(CreativeModeTab p_40569_, NonNullList<ItemStack> p_40570_) void
EnchantedBookItem.fillItemCategory
(CreativeModeTab p_41151_, NonNullList<ItemStack> p_41152_) void
InstrumentItem.fillItemCategory
(CreativeModeTab p_220105_, NonNullList<ItemStack> p_220106_) void
Item.fillItemCategory
(CreativeModeTab p_41391_, NonNullList<ItemStack> p_41392_) void
PotionItem.fillItemCategory
(CreativeModeTab p_42981_, NonNullList<ItemStack> p_42982_) void
TippedArrowItem.fillItemCategory
(CreativeModeTab p_43356_, NonNullList<ItemStack> p_43357_) private static Item
Items.registerBlock
(Block p_42808_, CreativeModeTab p_42809_) private static Item
Items.registerBlock
(Block p_151090_, CreativeModeTab p_151091_, Block... p_151092_) Item.Properties.tab
(CreativeModeTab p_41492_) Method parameters in net.minecraft.world.item with type arguments of type CreativeModeTabModifier and TypeMethodDescriptionprivate static Item
Items.registerBlock
(Block p_151094_, Optional<CreativeModeTab> p_151095_) -
Uses of CreativeModeTab in net.minecraft.world.level.block
Methods in net.minecraft.world.level.block with parameters of type CreativeModeTabModifier and TypeMethodDescriptionvoid
Block.fillItemCategory
(CreativeModeTab p_49812_, NonNullList<ItemStack> p_49813_) -
Uses of CreativeModeTab in net.minecraftforge.common.extensions
Methods in net.minecraftforge.common.extensions that return types with arguments of type CreativeModeTabModifier and TypeMethodDescriptiondefault Collection<CreativeModeTab>
IForgeItem.getCreativeTabs()
Gets a list of tabs that items belonging to this class can display on, combined properly with getSubItems allows for a single item to span many sub-items across many tabs.Methods in net.minecraftforge.common.extensions with parameters of type CreativeModeTabModifier and TypeMethodDescriptiondefault boolean
IForgeEnchantment.allowedInCreativeTab
(Item book, CreativeModeTab tab) Determines what creative tabs this enchantment's variant of an enchanted book or similar item should appear in.default boolean
IForgePotion.allowedInCreativeTab
(Item item, CreativeModeTab tab, boolean isDefaultTab) Determines what creative tabs this potion's variant of a potion-related item (e.g. -
Uses of CreativeModeTab in net.minecraftforge.debug
Fields in net.minecraftforge.debug declared as CreativeModeTabModifier and TypeFieldDescriptionprivate static final CreativeModeTab
ManyMobEffectsTest.CREATIVE_TAB
setBackgroundImage(net.minecraft.resources.ResourceLocation)
instead