Uses of Enum Class
net.minecraft.item.ItemGroup.Type
-
Uses of ItemGroup.Type in net.minecraft.item
Modifier and TypeFieldDescriptionprivate ItemGroup.Type
ItemGroup.Builder.type
private final ItemGroup.Type
ItemGroup.type
Modifier and TypeMethodDescriptionItemGroup.getType()
static ItemGroup.Type
Returns the enum constant of this class with the specified name.static ItemGroup.Type[]
ItemGroup.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionprotected ItemGroup.Builder
ItemGroup.Builder.type
(ItemGroup.Type type) ModifierConstructorDescription(package private)
ItemGroup
(ItemGroup.Row row, int column, ItemGroup.Type type, Text displayName, Supplier<ItemStack> iconSupplier, ItemGroup.EntryCollector entryCollector)