Uses of Class
net.minecraft.item.ItemGroup
Packages that use ItemGroup
-
Uses of ItemGroup in net.minecraft.block
Methods in net.minecraft.block with parameters of type ItemGroupModifier and TypeMethodDescriptionvoidBlock.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 ItemGroupModifier and TypeMethodDescriptionprotected booleanCreativeInventoryScreen.isClickInTab(ItemGroup group, double mouseX, double mouseY)protected voidCreativeInventoryScreen.renderTabIcon(MatrixStack matrices, ItemGroup group)protected booleanCreativeInventoryScreen.renderTabTooltipIfHovered(MatrixStack matrices, ItemGroup group, int mouseX, int mouseY)private voidCreativeInventoryScreen.setSelectedTab(ItemGroup group) -
Uses of ItemGroup in net.minecraft.item
Fields in net.minecraft.item declared as ItemGroupModifier and TypeFieldDescriptionstatic ItemGroupItemGroup.BREWINGstatic ItemGroupItemGroup.BUILDING_BLOCKSstatic ItemGroupItemGroup.COMBATstatic ItemGroupItemGroup.DECORATIONSstatic ItemGroupItemGroup.FOODprotected ItemGroupItem.group(package private) 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 ItemGroupModifier and TypeMethodDescriptionItem.getGroup()ItemGroup.hideName()Specifies that when this item group is selected, the name of the item group should not be rendered.ItemGroup.setEnchantments(EnchantmentTarget[] targets)ItemGroup.setNoScrollbar()ItemGroup.setTexture(String texture)Methods in net.minecraft.item with parameters of type ItemGroupModifier and TypeMethodDescriptionvoidBlockItem.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)protected booleanChecks whether this item should appear in a specified item group.private static Itemprivate static ItemMethod parameters in net.minecraft.item with type arguments of type ItemGroup