Uses of Class
net.minecraft.item.ItemGroup
Packages that use ItemGroup
-
Uses of ItemGroup in net.minecraft.client.gui.screen.ingame
Fields in net.minecraft.client.gui.screen.ingame declared as ItemGroupMethods in net.minecraft.client.gui.screen.ingame with parameters of type ItemGroupModifier and TypeMethodDescriptionprivate int
private int
protected boolean
CreativeInventoryScreen.isClickInTab
(ItemGroup group, double mouseX, double mouseY) protected void
CreativeInventoryScreen.renderTabIcon
(MatrixStack matrices, ItemGroup group) protected boolean
CreativeInventoryScreen.renderTabTooltipIfHovered
(MatrixStack matrices, ItemGroup group, int mouseX, int mouseY) private void
CreativeInventoryScreen.setSelectedTab
(ItemGroup group) -
Uses of ItemGroup in net.minecraft.item
Fields in net.minecraft.item declared as ItemGroupModifier and TypeFieldDescriptionprivate static final ItemGroup
ItemGroups.BUILDING_BLOCKS
private static final ItemGroup
ItemGroups.COLORED_BLOCKS
private static final ItemGroup
ItemGroups.COMBAT
private static final ItemGroup
ItemGroups.FOOD_AND_DRINK
private static final ItemGroup
ItemGroups.FUNCTIONAL
private final ItemGroup
ItemGroup.EntriesImpl.group
private static final ItemGroup
ItemGroups.HOTBAR
private static final ItemGroup
ItemGroups.INGREDIENTS
private static final ItemGroup
ItemGroups.INVENTORY
private static final ItemGroup
ItemGroups.NATURAL
private static final ItemGroup
ItemGroups.OPERATOR
private static final ItemGroup
ItemGroups.REDSTONE
private static final ItemGroup
ItemGroups.SEARCH
private static final ItemGroup
ItemGroups.SPAWN_EGGS
private static final ItemGroup
ItemGroups.TOOLS
Fields in net.minecraft.item with type parameters of type ItemGroupMethods in net.minecraft.item that return ItemGroupModifier and TypeMethodDescriptionItemGroup.Builder.build()
static ItemGroup
ItemGroups.getDefaultTab()
static ItemGroup
ItemGroups.getSearchGroup()
Methods in net.minecraft.item that return types with arguments of type ItemGroupMethods in net.minecraft.item with parameters of type ItemGroupModifier and TypeMethodDescriptionConstructors in net.minecraft.item with parameters of type ItemGroup