public enum ChiselToolType extends java.lang.Enum<ChiselToolType>
Enum Constant and Description |
---|
BIT |
CHISEL |
MIRRORPATTERN |
NEGATIVEPATTERN |
POSITIVEPATTERN |
TAPEMEASURE |
Modifier and Type | Method and Description |
---|---|
java.util.List<IToolMode> |
getAvailableModes() |
IToolMode |
getMode(net.minecraft.item.ItemStack ei) |
boolean |
hasMenu() |
boolean |
hasPerToolSettings() |
boolean |
isBitOrChisel() |
boolean |
requiresPerToolSettings() |
static ChiselToolType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ChiselToolType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChiselToolType CHISEL
public static final ChiselToolType BIT
public static final ChiselToolType POSITIVEPATTERN
public static final ChiselToolType TAPEMEASURE
public static final ChiselToolType NEGATIVEPATTERN
public static final ChiselToolType MIRRORPATTERN
public static ChiselToolType[] values()
for (ChiselToolType c : ChiselToolType.values()) System.out.println(c);
public static ChiselToolType 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 IToolMode getMode(net.minecraft.item.ItemStack ei)
public boolean hasMenu()
public java.util.List<IToolMode> getAvailableModes()
public boolean isBitOrChisel()
public boolean hasPerToolSettings()
public boolean requiresPerToolSettings()