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