public static enum IHiveRegistry.HiveType extends java.lang.Enum<IHiveRegistry.HiveType> implements net.minecraft.util.IStringSerializable
| Enum Constant and Description |
|---|
DESERT |
END |
FOREST |
JUNGLE |
MEADOWS |
SNOW |
SWAMP |
SWARM |
| Modifier and Type | Field and Description |
|---|---|
static IHiveRegistry.HiveType[] |
VALUES |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getHiveUid() |
int |
getMeta() |
java.lang.String |
getName() |
java.lang.String |
getSpeciesUid() |
static IHiveRegistry.HiveType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IHiveRegistry.HiveType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IHiveRegistry.HiveType FOREST
public static final IHiveRegistry.HiveType MEADOWS
public static final IHiveRegistry.HiveType DESERT
public static final IHiveRegistry.HiveType JUNGLE
public static final IHiveRegistry.HiveType END
public static final IHiveRegistry.HiveType SNOW
public static final IHiveRegistry.HiveType SWAMP
public static final IHiveRegistry.HiveType SWARM
public static final IHiveRegistry.HiveType[] VALUES
public static IHiveRegistry.HiveType[] values()
for (IHiveRegistry.HiveType c : IHiveRegistry.HiveType.values()) System.out.println(c);
public static IHiveRegistry.HiveType 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 getHiveUid()
public java.lang.String getSpeciesUid()
public java.lang.String getName()
getName in interface net.minecraft.util.IStringSerializablepublic int getMeta()