Uses of Class
net.minecraft.item.ItemGroup
-
Packages that use ItemGroup Package Description net.minecraft.block net.minecraft.client.gui.screen.inventory net.minecraft.item net.minecraftforge.common.extensions -
-
Uses of ItemGroup in net.minecraft.block
Methods in net.minecraft.block with parameters of type ItemGroup Modifier and Type Method Description void
Block. fillItemCategory(ItemGroup p_149666_1_, NonNullList<ItemStack> p_149666_2_)
-
Uses of ItemGroup in net.minecraft.client.gui.screen.inventory
Methods in net.minecraft.client.gui.screen.inventory with parameters of type ItemGroup Modifier and Type Method Description protected 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
CreativeScreen. selectTab(ItemGroup p_147050_1_)
-
Uses of ItemGroup in net.minecraft.item
Fields in net.minecraft.item declared as ItemGroup Modifier and Type Field Description protected ItemGroup
Item. category
private ItemGroup
Item.Properties. category
static ItemGroup
ItemGroup. TAB_BREWING
static ItemGroup
ItemGroup. TAB_BUILDING_BLOCKS
static ItemGroup
ItemGroup. TAB_COMBAT
static ItemGroup
ItemGroup. TAB_DECORATIONS
static ItemGroup
ItemGroup. TAB_FOOD
static ItemGroup
ItemGroup. TAB_HOTBAR
static ItemGroup
ItemGroup. TAB_INVENTORY
static ItemGroup
ItemGroup. TAB_MATERIALS
static ItemGroup
ItemGroup. TAB_MISC
static ItemGroup
ItemGroup. TAB_REDSTONE
static ItemGroup
ItemGroup. TAB_SEARCH
static ItemGroup
ItemGroup. TAB_TOOLS
static ItemGroup
ItemGroup. TAB_TRANSPORTATION
static ItemGroup[]
ItemGroup. TABS
Methods in net.minecraft.item that return ItemGroup Modifier and Type Method Description ItemGroup
Item. getItemCategory()
ItemGroup
ItemGroup. hideScroll()
ItemGroup
ItemGroup. hideTitle()
ItemGroup
ItemGroup. setBackgroundImage(ResourceLocation texture)
ItemGroup
ItemGroup. setBackgroundSuffix(java.lang.String p_78025_1_)
Deprecated.Forge: usesetBackgroundImage(net.minecraft.util.ResourceLocation)
insteadItemGroup
ItemGroup. setEnchantmentCategories(EnchantmentType... p_111229_1_)
ItemGroup
ItemGroup. setRecipeFolderName(java.lang.String p_199783_1_)
Methods in net.minecraft.item with parameters of type ItemGroup Modifier and Type Method Description private 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_)
Item.Properties
Item.Properties. tab(ItemGroup p_200916_1_)
-
Uses of ItemGroup in net.minecraftforge.common.extensions
Methods in net.minecraftforge.common.extensions that return types with arguments of type ItemGroup Modifier and Type Method Description default java.util.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.
-