public enum BIOME_LOOKUP extends java.lang.Enum<BIOME_LOOKUP>
Enum Constant and Description |
---|
ACACIA_LOG_B |
BAMBOO_B |
BIRCH_LOG_B |
CACTUS_B |
DARK_OAK_LOG_B |
DIRT_B |
ICE_B |
JUNGLE_LOG_B |
LILY_PAD_B |
MYCELIUM_B |
OAK_LOG_B |
PODZOL_B |
RED_SAND_B |
RED_TULIP_B |
SAND_B |
SNOW_BLOCK_B |
SPRUCE_LOG_B |
SUNFLOWER_B |
WATER_BUCKET_B |
Modifier and Type | Field and Description |
---|---|
static java.util.Map<java.lang.String,BIOME_LOOKUP> |
BY_REG |
Modifier and Type | Method and Description |
---|---|
static BIOME_LOOKUP |
getBiome(java.lang.String data) |
java.lang.String |
getRegular() |
java.lang.String |
getUpper() |
static BIOME_LOOKUP |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BIOME_LOOKUP[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BIOME_LOOKUP CACTUS_B
public static final BIOME_LOOKUP DIRT_B
public static final BIOME_LOOKUP PODZOL_B
public static final BIOME_LOOKUP RED_SAND_B
public static final BIOME_LOOKUP ACACIA_LOG_B
public static final BIOME_LOOKUP DARK_OAK_LOG_B
public static final BIOME_LOOKUP OAK_LOG_B
public static final BIOME_LOOKUP SPRUCE_LOG_B
public static final BIOME_LOOKUP BIRCH_LOG_B
public static final BIOME_LOOKUP JUNGLE_LOG_B
public static final BIOME_LOOKUP SAND_B
public static final BIOME_LOOKUP SNOW_BLOCK_B
public static final BIOME_LOOKUP WATER_BUCKET_B
public static final BIOME_LOOKUP RED_TULIP_B
public static final BIOME_LOOKUP SUNFLOWER_B
public static final BIOME_LOOKUP ICE_B
public static final BIOME_LOOKUP MYCELIUM_B
public static final BIOME_LOOKUP LILY_PAD_B
public static final BIOME_LOOKUP BAMBOO_B
public static final java.util.Map<java.lang.String,BIOME_LOOKUP> BY_REG
public static BIOME_LOOKUP[] values()
for (BIOME_LOOKUP c : BIOME_LOOKUP.values()) System.out.println(c);
public static BIOME_LOOKUP 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 getRegular()
public java.lang.String getUpper()
public static BIOME_LOOKUP getBiome(java.lang.String data)