public abstract class AbstractMinecraft1_2BiomeScheme extends AbstractBiomeScheme
BiomeSchemes which provide the biomes as
 used in Minecraft 1.2 through 1.6.| Modifier and Type | Field and Description | 
|---|---|
| static int | BIOME_BEACH | 
| static int | BIOME_DESERT | 
| static int | BIOME_DESERT_HILLS | 
| static int | BIOME_EXTREME_HILLS | 
| static int | BIOME_EXTREME_HILLS_EDGE | 
| static int | BIOME_FOREST | 
| static int | BIOME_FOREST_HILLS | 
| static int | BIOME_FROZEN_OCEAN | 
| static int | BIOME_FROZEN_RIVER | 
| static int | BIOME_HELL | 
| static int | BIOME_ICE_MOUNTAINS | 
| static int | BIOME_ICE_PLAINS | 
| static int | BIOME_JUNGLE | 
| static int | BIOME_JUNGLE_HILLS | 
| static int | BIOME_MUSHROOM_ISLAND | 
| static int | BIOME_MUSHROOM_ISLAND_SHORE | 
| static java.lang.String[] | BIOME_NAMES | 
| static int | BIOME_OCEAN | 
| static int | BIOME_PLAINS | 
| static int | BIOME_RIVER | 
| static int | BIOME_SKY | 
| static int | BIOME_SWAMPLAND | 
| static int | BIOME_TAIGA | 
| static int | BIOME_TAIGA_HILLS | 
| Constructor and Description | 
|---|
| AbstractMinecraft1_2BiomeScheme() | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getBiomeCount()Get the number of biomes. | 
| java.lang.String | getBiomeName(int biome)Get the name of the specified biome in this biome scheme. | 
| int | getColour(int biome,
         ColourScheme colourScheme)Get the colour of the specified biome. | 
| boolean[][] | getPattern(int biome)The two dimensional pattern to use for painting the specified biome, if
 any. | 
| boolean | isBiomePresent(int biome)Indicates whether the specified biome ID is present in this biome scheme. | 
getBiomesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBiomes, getStringId, setSeedpublic static final int BIOME_OCEAN
public static final int BIOME_PLAINS
public static final int BIOME_DESERT
public static final int BIOME_EXTREME_HILLS
public static final int BIOME_FOREST
public static final int BIOME_TAIGA
public static final int BIOME_SWAMPLAND
public static final int BIOME_RIVER
public static final int BIOME_HELL
public static final int BIOME_SKY
public static final int BIOME_FROZEN_OCEAN
public static final int BIOME_FROZEN_RIVER
public static final int BIOME_ICE_PLAINS
public static final int BIOME_ICE_MOUNTAINS
public static final int BIOME_MUSHROOM_ISLAND
public static final int BIOME_MUSHROOM_ISLAND_SHORE
public static final int BIOME_BEACH
public static final int BIOME_DESERT_HILLS
public static final int BIOME_FOREST_HILLS
public static final int BIOME_TAIGA_HILLS
public static final int BIOME_EXTREME_HILLS_EDGE
public static final int BIOME_JUNGLE
public static final int BIOME_JUNGLE_HILLS
public static final java.lang.String[] BIOME_NAMES
public final int getBiomeCount()
BiomeSchemepublic final int getColour(int biome,
                           ColourScheme colourScheme)
BiomeSchemebiome - The biome for which to determine the colour.colourScheme - A colour scheme which the biome scheme may use, at
     its option, for determining the colour.public final boolean[][] getPattern(int biome)
BiomeSchemetrue indicates a foreground pixel.biome - The biome for which to return the pattern.null if no pattern should be used.public boolean isBiomePresent(int biome)
BiomeSchemebiome - The biome ID to check.true if this biome scheme contains the specified
     biome.public java.lang.String getBiomeName(int biome)
BiomeSchemebiome - The biome for which to retrieve the name.