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.appendStacks(ItemGroup group, DefaultedList<ItemStack> stacks) -
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 final ItemGroupItemGroups.BUILDING_BLOCKSstatic final ItemGroupItemGroups.COMBATstatic final ItemGroupItemGroups.CONSUMABLESstatic final ItemGroupItemGroups.CRAFTINGstatic final ItemGroupItemGroups.FUNCTIONALprivate final ItemGroupItemGroup.EntriesImpl.groupstatic final ItemGroup[]ItemGroups.GROUPSstatic final ItemGroupItemGroups.HOTBARstatic final ItemGroupItemGroups.INVENTORYstatic final ItemGroupItemGroups.NATUREstatic final ItemGroupItemGroups.REDSTONEstatic final ItemGroupItemGroups.SEARCHstatic final ItemGroupItemGroups.SPAWN_EGGSstatic final ItemGroupItemGroups.TOOLSMethods in net.minecraft.item that return ItemGroupModifier and TypeMethodDescriptionprivate static ItemGroup[]ItemGroup.hideName()Specifies that when this item group is selected, the name of the item group should not be rendered.ItemGroup.setNoScrollbar()ItemGroup.setTexture(String texture) Methods in net.minecraft.item with parameters of type ItemGroupConstructors in net.minecraft.item with parameters of type ItemGroup