public enum EnumForestryWoodType extends java.lang.Enum<EnumForestryWoodType> implements IWoodType
| Enum Constant and Description |
|---|
ACACIA |
BALSA |
BAOBAB |
CHERRY |
CHESTNUT |
CITRUS |
COCOBOLO |
EBONY |
GIGANTEUM |
GREENHEART |
IPE |
KAPOK |
LARCH |
LIME |
MAHOE |
MAHOGANY |
MAPLE |
PADAUK |
PALM |
PAPAYA |
PINE |
PLUM |
POPLAR |
SEQUOIA |
TEAK |
WALNUT |
WENGE |
WILLOW |
ZEBRAWOOD |
| Modifier and Type | Field and Description |
|---|---|
static float |
DEFAULT_HARDNESS |
static EnumForestryWoodType[] |
VALUES |
| Modifier and Type | Method and Description |
|---|---|
static EnumForestryWoodType |
byMetadata(int meta) |
java.lang.String |
getBarkTexture() |
java.lang.String |
getDoorLowerTexture() |
java.lang.String |
getDoorUpperTexture() |
float |
getHardness() |
java.lang.String |
getHeartTexture() |
int |
getMetadata() |
java.lang.String |
getName() |
java.lang.String |
getPlankTexture() |
static EnumForestryWoodType |
getRandom(java.util.Random random) |
java.lang.String |
toString() |
static EnumForestryWoodType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumForestryWoodType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumForestryWoodType LARCH
public static final EnumForestryWoodType TEAK
public static final EnumForestryWoodType ACACIA
public static final EnumForestryWoodType LIME
public static final EnumForestryWoodType CHESTNUT
public static final EnumForestryWoodType WENGE
public static final EnumForestryWoodType BAOBAB
public static final EnumForestryWoodType SEQUOIA
public static final EnumForestryWoodType KAPOK
public static final EnumForestryWoodType EBONY
public static final EnumForestryWoodType MAHOGANY
public static final EnumForestryWoodType BALSA
public static final EnumForestryWoodType WILLOW
public static final EnumForestryWoodType WALNUT
public static final EnumForestryWoodType GREENHEART
public static final EnumForestryWoodType CHERRY
public static final EnumForestryWoodType MAHOE
public static final EnumForestryWoodType POPLAR
public static final EnumForestryWoodType PALM
public static final EnumForestryWoodType PAPAYA
public static final EnumForestryWoodType PINE
public static final EnumForestryWoodType PLUM
public static final EnumForestryWoodType MAPLE
public static final EnumForestryWoodType CITRUS
public static final EnumForestryWoodType GIGANTEUM
public static final EnumForestryWoodType IPE
public static final EnumForestryWoodType PADAUK
public static final EnumForestryWoodType COCOBOLO
public static final EnumForestryWoodType ZEBRAWOOD
public static final float DEFAULT_HARDNESS
public static final EnumForestryWoodType[] VALUES
public static EnumForestryWoodType[] values()
for (EnumForestryWoodType c : EnumForestryWoodType.values()) System.out.println(c);
public static EnumForestryWoodType 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 float getHardness()
getHardness in interface IWoodTypepublic static EnumForestryWoodType getRandom(java.util.Random random)
public java.lang.String toString()
toString in class java.lang.Enum<EnumForestryWoodType>public java.lang.String getName()
getName in interface net.minecraft.util.IStringSerializablepublic int getMetadata()
getMetadata in interface IWoodTypepublic static EnumForestryWoodType byMetadata(int meta)
public java.lang.String getPlankTexture()
getPlankTexture in interface IWoodTypepublic java.lang.String getDoorLowerTexture()
getDoorLowerTexture in interface IWoodTypepublic java.lang.String getDoorUpperTexture()
getDoorUpperTexture in interface IWoodTypepublic java.lang.String getBarkTexture()
getBarkTexture in interface IWoodTypepublic java.lang.String getHeartTexture()
getHeartTexture in interface IWoodType