| Package | Description | 
|---|---|
| net.minecraft.block | |
| net.minecraft.client.gui.screen.inventory | |
| net.minecraft.item | |
| net.minecraftforge.common.extensions | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Block.fillItemGroup(ItemGroup group,
             NonNullList<ItemStack> items)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
CreativeScreen.drawTab(ItemGroup tab)  | 
protected boolean | 
CreativeScreen.isMouseOverGroup(ItemGroup p_195375_1_,
                double p_195375_2_,
                double p_195375_4_)  | 
protected boolean | 
CreativeScreen.renderCreativeInventoryHoveringText(ItemGroup tab,
                                   int mouseX,
                                   int mouseY)  | 
private void | 
CreativeScreen.setCurrentCreativeTab(ItemGroup tab)  | 
| Modifier and Type | Field and Description | 
|---|---|
static ItemGroup | 
ItemGroup.BREWING  | 
static ItemGroup | 
ItemGroup.BUILDING_BLOCKS  | 
static ItemGroup | 
ItemGroup.COMBAT  | 
static ItemGroup | 
ItemGroup.DECORATIONS  | 
static ItemGroup | 
ItemGroup.FOOD  | 
protected ItemGroup | 
Item.group  | 
private ItemGroup | 
Item.Properties.group  | 
static ItemGroup[] | 
ItemGroup.GROUPS  | 
static ItemGroup | 
ItemGroup.HOTBAR  | 
static ItemGroup | 
ItemGroup.INVENTORY  | 
static ItemGroup | 
ItemGroup.MATERIALS  | 
static ItemGroup | 
ItemGroup.MISC  | 
static ItemGroup | 
ItemGroup.REDSTONE  | 
static ItemGroup | 
ItemGroup.SEARCH  | 
static ItemGroup | 
ItemGroup.TOOLS  | 
static ItemGroup | 
ItemGroup.TRANSPORTATION  | 
| Modifier and Type | Method and Description | 
|---|---|
ItemGroup | 
Item.getGroup()  | 
ItemGroup | 
ItemGroup.setBackgroundImageName(java.lang.String texture)  | 
ItemGroup | 
ItemGroup.setNoScrollbar()  | 
ItemGroup | 
ItemGroup.setNoTitle()  | 
ItemGroup | 
ItemGroup.setRelevantEnchantmentTypes(EnchantmentType... types)  | 
ItemGroup | 
ItemGroup.setTabPath(java.lang.String pathIn)  | 
| Modifier and Type | Method and Description | 
|---|---|
private static int | 
ItemGroup.addGroupSafe(int index,
            ItemGroup newGroup)  | 
void | 
TippedArrowItem.fillItemGroup(ItemGroup group,
             NonNullList<ItemStack> items)  | 
void | 
BlockItem.fillItemGroup(ItemGroup group,
             NonNullList<ItemStack> items)  | 
void | 
EnchantedBookItem.fillItemGroup(ItemGroup group,
             NonNullList<ItemStack> items)  | 
void | 
PotionItem.fillItemGroup(ItemGroup group,
             NonNullList<ItemStack> items)  | 
void | 
Item.fillItemGroup(ItemGroup group,
             NonNullList<ItemStack> items)  | 
Item.Properties | 
Item.Properties.group(ItemGroup groupIn)  | 
protected boolean | 
Item.isInGroup(ItemGroup group)  | 
private static Item | 
Items.register(Block blockIn,
        ItemGroup itemGroupIn)  | 
| Modifier and Type | Method and 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. 
 |