| Enum Constant and Description |
|---|
Deploy |
Flip |
Move |
MoveY |
Print |
Rotate |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<net.minecraft.util.text.ITextComponent> |
getDescription() |
net.minecraft.util.text.TranslationTextComponent |
getDisplayName() |
AllIcons |
getIcon() |
ISchematicTool |
getTool() |
static java.util.List<Tools> |
getTools(boolean creative) |
static Tools |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Tools[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Tools Deploy
public static final Tools Move
public static final Tools MoveY
public static final Tools Rotate
public static final Tools Print
public static final Tools Flip
public static Tools[] values()
for (Tools c : Tools.values()) System.out.println(c);
public static Tools 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 ISchematicTool getTool()
public net.minecraft.util.text.TranslationTextComponent getDisplayName()
public AllIcons getIcon()
public static java.util.List<Tools> getTools(boolean creative)
public java.util.List<net.minecraft.util.text.ITextComponent> getDescription()