public final class Minecraft1_6LargeBiomeScheme extends Minecraft1_2JarBiomeScheme
BiomeScheme which makes use of Minecraft 1.6 jar files to provide
biomes according to the Large Biomes world type.BIOME_BEACH, BIOME_DESERT, BIOME_DESERT_HILLS, BIOME_EXTREME_HILLS, BIOME_EXTREME_HILLS_EDGE, BIOME_FOREST, BIOME_FOREST_HILLS, BIOME_FROZEN_OCEAN, BIOME_FROZEN_RIVER, BIOME_HELL, BIOME_ICE_MOUNTAINS, BIOME_ICE_PLAINS, BIOME_JUNGLE, BIOME_JUNGLE_HILLS, BIOME_MUSHROOM_ISLAND, BIOME_MUSHROOM_ISLAND_SHORE, BIOME_NAMES, BIOME_OCEAN, BIOME_PLAINS, BIOME_RIVER, BIOME_SKY, BIOME_SWAMPLAND, BIOME_TAIGA, BIOME_TAIGA_HILLS| Constructor and Description |
|---|
Minecraft1_6LargeBiomeScheme(java.io.File minecraftJar,
java.io.File libDir,
org.pepsoft.util.Checksum md5Sum) |
| Modifier and Type | Method and Description |
|---|---|
void |
setSeed(long seed)
Set the seed for which to determine the biomes.
|
getBiomesgetBiomeCount, getBiomeName, getColour, getPattern, isBiomePresentgetBiomesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetStringIdpublic Minecraft1_6LargeBiomeScheme(java.io.File minecraftJar,
java.io.File libDir,
org.pepsoft.util.Checksum md5Sum)
public final void setSeed(long seed)
BiomeSchemesetSeed in interface BiomeSchemesetSeed in class Minecraft1_2JarBiomeSchemeseed - The seed for which to determine the biomes.