Uses of Class
net.minecraft.item.ItemGroup
Packages that use ItemGroup
Package
Description
-
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
(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
Fields in net.minecraft.item declared as ItemGroupFields in net.minecraft.item with type parameters of type ItemGroupModifier 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
Methods in net.minecraft.item that return ItemGroupModifier and TypeMethodDescriptionItemGroup.Builder.build()
static ItemGroup
ItemGroups.getDefaultTab()
static ItemGroup
ItemGroups.getSearchGroup()
static ItemGroup
ItemGroups.registerAndGetDefault
(Registry<ItemGroup> registry) Methods in net.minecraft.item that return types with arguments of type ItemGroupModifier and TypeMethodDescriptionItemGroups.getGroups()
ItemGroups.getGroupsToDisplay()
private static RegistryKey
<ItemGroup> ItemGroups.stream()
Method parameters in net.minecraft.item with type arguments of type ItemGroupModifier and TypeMethodDescriptionstatic ItemGroup
ItemGroups.registerAndGetDefault
(Registry<ItemGroup> registry) Constructors in net.minecraft.item with parameters of type ItemGroup -
Uses of ItemGroup in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type ItemGroupModifier and TypeFieldDescriptionRegistries.ITEM_GROUP
static final RegistryKey
<Registry<ItemGroup>> RegistryKeys.ITEM_GROUP