Uses of Class
net.minecraft.item.ItemGroup
Package
Description
-
Uses of ItemGroup in net.minecraft.block
Modifier and TypeMethodDescriptionvoid
Block.fillItemCategory
(ItemGroup p_149666_1_, NonNullList<ItemStack> p_149666_2_) -
Uses of ItemGroup in net.minecraft.client.gui.screen.inventory
Modifier and TypeMethodDescriptionprotected boolean
CreativeScreen.checkTabClicked
(ItemGroup p_195375_1_, double p_195375_2_, double p_195375_4_) protected boolean
CreativeScreen.checkTabHovering
(MatrixStack p_238809_1_, ItemGroup p_238809_2_, int p_238809_3_, int p_238809_4_) protected void
CreativeScreen.renderTabButton
(MatrixStack p_238808_1_, ItemGroup p_238808_2_) private void
-
Uses of ItemGroup in net.minecraft.item
Modifier and TypeFieldDescriptionprotected final ItemGroup
Item.category
private ItemGroup
Item.Properties.category
static final ItemGroup
ItemGroup.TAB_BREWING
static final ItemGroup
ItemGroup.TAB_BUILDING_BLOCKS
static final ItemGroup
ItemGroup.TAB_COMBAT
static final ItemGroup
ItemGroup.TAB_DECORATIONS
static final ItemGroup
ItemGroup.TAB_FOOD
static final ItemGroup
ItemGroup.TAB_HOTBAR
static final ItemGroup
ItemGroup.TAB_INVENTORY
static final ItemGroup
ItemGroup.TAB_MATERIALS
static final ItemGroup
ItemGroup.TAB_MISC
static final ItemGroup
ItemGroup.TAB_REDSTONE
static final ItemGroup
ItemGroup.TAB_SEARCH
static final ItemGroup
ItemGroup.TAB_TOOLS
static final ItemGroup
ItemGroup.TAB_TRANSPORTATION
static ItemGroup[]
ItemGroup.TABS
Modifier and TypeMethodDescriptionfinal ItemGroup
Item.getItemCategory()
ItemGroup.hideScroll()
ItemGroup.hideTitle()
ItemGroup.setBackgroundImage
(ResourceLocation texture) ItemGroup.setBackgroundSuffix
(String p_78025_1_) Deprecated.ItemGroup.setEnchantmentCategories
(EnchantmentType... p_111229_1_) ItemGroup.setRecipeFolderName
(String p_199783_1_) Modifier and TypeMethodDescriptionprivate static int
ItemGroup.addGroupSafe
(int index, ItemGroup newGroup) protected boolean
Item.allowdedIn
(ItemGroup p_194125_1_) void
BlockItem.fillItemCategory
(ItemGroup p_150895_1_, NonNullList<ItemStack> p_150895_2_) void
EnchantedBookItem.fillItemCategory
(ItemGroup p_150895_1_, NonNullList<ItemStack> p_150895_2_) void
Item.fillItemCategory
(ItemGroup p_150895_1_, NonNullList<ItemStack> p_150895_2_) void
PotionItem.fillItemCategory
(ItemGroup p_150895_1_, NonNullList<ItemStack> p_150895_2_) void
TippedArrowItem.fillItemCategory
(ItemGroup p_150895_1_, NonNullList<ItemStack> p_150895_2_) private static Item
Items.registerBlock
(Block p_221542_0_, ItemGroup p_221542_1_) -
Uses of ItemGroup in net.minecraftforge.common.extensions
Modifier and TypeMethodDescriptiondefault Collection<ItemGroup>
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.util.ResourceLocation)
instead