Uses of Class
net.minecraft.world.item.CreativeModeTab
Package
Description
-
Uses of CreativeModeTab in net.minecraft.client.gui.screens.inventory
Modifier 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
Modifier 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
Modifier 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_) Modifier 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_) Modifier and TypeMethodDescriptionprivate static Item
Items.registerBlock
(Block p_151094_, Optional<CreativeModeTab> p_151095_) -
Uses of CreativeModeTab in net.minecraft.world.level.block
Modifier and TypeMethodDescriptionvoid
Block.fillItemCategory
(CreativeModeTab p_49812_, NonNullList<ItemStack> p_49813_) -
Uses of CreativeModeTab in net.minecraftforge.common.extensions
Modifier 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.Modifier 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
Modifier and TypeFieldDescriptionprivate static final CreativeModeTab
ManyMobEffectsTest.CREATIVE_TAB
setBackgroundImage(net.minecraft.resources.ResourceLocation)
instead