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 CreativeModeTab
Item.category
(package private) CreativeModeTab
Item.Properties.category
static CreativeModeTab
CreativeModeTab.TAB_BREWING
static CreativeModeTab
CreativeModeTab.TAB_BUILDING_BLOCKS
static CreativeModeTab
CreativeModeTab.TAB_COMBAT
static CreativeModeTab
CreativeModeTab.TAB_DECORATIONS
static CreativeModeTab
CreativeModeTab.TAB_FOOD
static CreativeModeTab
CreativeModeTab.TAB_HOTBAR
static CreativeModeTab
CreativeModeTab.TAB_INVENTORY
static CreativeModeTab
CreativeModeTab.TAB_MATERIALS
static CreativeModeTab
CreativeModeTab.TAB_MISC
static CreativeModeTab
CreativeModeTab.TAB_REDSTONE
static CreativeModeTab
CreativeModeTab.TAB_SEARCH
static CreativeModeTab
CreativeModeTab.TAB_TOOLS
static CreativeModeTab
CreativeModeTab.TAB_TRANSPORTATION
static CreativeModeTab[]
CreativeModeTab.TABS
Modifier and TypeMethodDescriptionItem.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.allowdedIn(CreativeModeTab p_41390_)
void
BlockItem.fillItemCategory(CreativeModeTab p_40569_, NonNullList<ItemStack> p_40570_)
void
EnchantedBookItem.fillItemCategory(CreativeModeTab p_41151_, NonNullList<ItemStack> p_41152_)
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.
setBackgroundImage(net.minecraft.resources.ResourceLocation)
instead