Uses of Class
net.minecraft.item.ItemGroup
Package
Description
-
Uses of ItemGroup in net.minecraft.client.gui.screen.ingame
Modifier and TypeMethodDescriptionprivate int
private int
protected boolean
CreativeInventoryScreen.isClickInTab
(ItemGroup group, double mouseX, double mouseY) protected void
CreativeInventoryScreen.renderTabIcon
(DrawContext context, ItemGroup group) protected boolean
CreativeInventoryScreen.renderTabTooltipIfHovered
(DrawContext context, ItemGroup group, int mouseX, int mouseY) private void
CreativeInventoryScreen.setSelectedTab
(ItemGroup group) -
Uses of ItemGroup in net.minecraft.item
Modifier and TypeFieldDescriptionprivate static final RegistryKey<ItemGroup>
ItemGroups.BUILDING_BLOCKS
private static final RegistryKey<ItemGroup>
ItemGroups.COLORED_BLOCKS
private static final RegistryKey<ItemGroup>
ItemGroups.COMBAT
private static final RegistryKey<ItemGroup>
ItemGroups.FOOD_AND_DRINK
private static final RegistryKey<ItemGroup>
ItemGroups.FUNCTIONAL
private static final RegistryKey<ItemGroup>
ItemGroups.HOTBAR
private static final RegistryKey<ItemGroup>
ItemGroups.INGREDIENTS
private static final RegistryKey<ItemGroup>
ItemGroups.INVENTORY
private static final RegistryKey<ItemGroup>
ItemGroups.NATURAL
private static final RegistryKey<ItemGroup>
ItemGroups.OPERATOR
private static final RegistryKey<ItemGroup>
ItemGroups.REDSTONE
private static final RegistryKey<ItemGroup>
ItemGroups.SEARCH
private static final RegistryKey<ItemGroup>
ItemGroups.SPAWN_EGGS
private static final RegistryKey<ItemGroup>
ItemGroups.TOOLS
Modifier and TypeMethodDescriptionItemGroup.Builder.build()
static ItemGroup
ItemGroups.getDefaultTab()
static ItemGroup
ItemGroups.getSearchGroup()
static ItemGroup
ItemGroups.registerAndGetDefault
(Registry<ItemGroup> registry) Modifier and TypeMethodDescriptionItemGroups.getGroups()
ItemGroups.getGroupsToDisplay()
private static RegistryKey<ItemGroup>
ItemGroups.stream()
Modifier and TypeMethodDescriptionstatic ItemGroup
ItemGroups.registerAndGetDefault
(Registry<ItemGroup> registry) -
Uses of ItemGroup in net.minecraft.registry
Modifier and TypeFieldDescriptionRegistries.ITEM_GROUP
static final RegistryKey<Registry<ItemGroup>>
RegistryKeys.ITEM_GROUP