public enum WoodBlockKind extends java.lang.Enum<WoodBlockKind>
| Enum Constant and Description |
|---|
DOOR |
FENCE |
FENCE_GATE |
LOG |
PLANKS |
SLAB |
STAIRS |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
net.minecraftforge.client.model.IModel |
retextureModel(net.minecraftforge.client.model.IModel model,
IWoodType type,
com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> customTextures) |
java.lang.String |
toString() |
static WoodBlockKind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WoodBlockKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WoodBlockKind LOG
public static final WoodBlockKind PLANKS
public static final WoodBlockKind SLAB
public static final WoodBlockKind FENCE
public static final WoodBlockKind FENCE_GATE
public static final WoodBlockKind STAIRS
public static final WoodBlockKind DOOR
public static WoodBlockKind[] values()
for (WoodBlockKind c : WoodBlockKind.values()) System.out.println(c);
public static WoodBlockKind 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 java.lang.String getName()
public java.lang.String toString()
toString in class java.lang.Enum<WoodBlockKind>public net.minecraftforge.client.model.IModel retextureModel(net.minecraftforge.client.model.IModel model,
IWoodType type,
com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> customTextures)