public enum AllSections extends java.lang.Enum<AllSections>
| Enum Constant and Description |
|---|
CURIOSITIES
Helpful gadgets and other shenanigans
|
KINETICS
Create's kinetic mechanisms
|
LOGISTICS
Item transport and other Utility
|
MATERIALS
Base materials, ingredients and tools
|
PALETTES
Decorative blocks
|
SCHEMATICS
Tools for strucuture movement and replication
|
UNASSIGNED
Fallback section
|
| Modifier and Type | Method and Description |
|---|---|
ItemDescription.Palette |
getTooltipPalette() |
static AllSections |
of(net.minecraft.item.ItemStack stack) |
static AllSections |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AllSections[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AllSections KINETICS
public static final AllSections LOGISTICS
public static final AllSections SCHEMATICS
public static final AllSections PALETTES
public static final AllSections CURIOSITIES
public static final AllSections MATERIALS
public static final AllSections UNASSIGNED
public static AllSections[] values()
for (AllSections c : AllSections.values()) System.out.println(c);
public static AllSections valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic ItemDescription.Palette getTooltipPalette()
public static AllSections of(net.minecraft.item.ItemStack stack)