Uses of Class
net.minecraft.item.ItemGroup
| Package | Description |
|---|---|
| net.minecraft.block | |
| net.minecraft.client.gui.screen.ingame | |
| net.minecraft.item |
-
Uses of ItemGroup in net.minecraft.block
Methods in net.minecraft.block with parameters of type ItemGroup Modifier and Type Method Description voidBlock. addStacksForDisplay(ItemGroup group, DefaultedList<ItemStack> list) -
Uses of ItemGroup in net.minecraft.client.gui.screen.ingame
Methods in net.minecraft.client.gui.screen.ingame with parameters of type ItemGroup Modifier and Type Method Description protected booleanCreativeInventoryScreen. isClickInTab(ItemGroup group, double mouseX, double mouseY)protected voidCreativeInventoryScreen. renderTabIcon(MatrixStack matrices, ItemGroup group)protected booleanCreativeInventoryScreen. renderTabTooltipIfHovered(MatrixStack matrices, ItemGroup group, int int2, int int3)private voidCreativeInventoryScreen. setSelectedTab(ItemGroup group) -
Uses of ItemGroup in net.minecraft.item
Fields in net.minecraft.item declared as ItemGroup Modifier and Type Field Description static ItemGroupItemGroup. BREWINGstatic ItemGroupItemGroup. BUILDING_BLOCKSstatic ItemGroupItemGroup. COMBATstatic ItemGroupItemGroup. DECORATIONSstatic ItemGroupItemGroup. FOODprotected ItemGroupItem. groupprivate ItemGroupItem.Settings. groupstatic ItemGroup[]ItemGroup. GROUPSstatic ItemGroupItemGroup. HOTBARstatic ItemGroupItemGroup. INVENTORYstatic ItemGroupItemGroup. MATERIALSstatic ItemGroupItemGroup. MISCstatic ItemGroupItemGroup. REDSTONEstatic ItemGroupItemGroup. SEARCHstatic ItemGroupItemGroup. TOOLSstatic ItemGroupItemGroup. TRANSPORTATIONMethods in net.minecraft.item that return ItemGroup Modifier and Type Method Description @Nullable ItemGroupItem. getGroup()ItemGroupItemGroup. hideName()Specifies that when this item group is selected, the name of the item group should not be rendered.ItemGroupItemGroup. setEnchantments(EnchantmentTarget[] targets)ItemGroupItemGroup. setName(String name)ItemGroupItemGroup. setNoScrollbar()ItemGroupItemGroup. setTexture(String texture)Methods in net.minecraft.item with parameters of type ItemGroup Modifier and Type Method Description voidBlockItem. appendStacks(ItemGroup group, DefaultedList<ItemStack> stacks)voidEnchantedBookItem. appendStacks(ItemGroup group, DefaultedList<ItemStack> stacks)voidItem. appendStacks(ItemGroup group, DefaultedList<ItemStack> stacks)voidPotionItem. appendStacks(ItemGroup group, DefaultedList<ItemStack> stacks)voidTippedArrowItem. appendStacks(ItemGroup group, DefaultedList<ItemStack> stacks)Item.SettingsItem.Settings. group(ItemGroup group)protected booleanItem. isIn(ItemGroup group)Checks whether this item should appear in a specified item group.private static ItemItems. register(Block block, ItemGroup group)private static ItemItems. register(Block block, ItemGroup itemGroup, Block[] block2)