public final class Minecraft1_3LargeBiomeScheme extends Minecraft1_2JarBiomeScheme
BiomeScheme
which makes use of Minecraft 1.3 through 1.5 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_3LargeBiomeScheme(java.io.File minecraftJar,
org.pepsoft.util.Checksum md5Sum) |
Modifier and Type | Method and Description |
---|---|
void |
setSeed(long seed)
Set the seed for which to determine the biomes.
|
getBiomes
getBiomeCount, getBiomeName, getColour, getPattern, isBiomePresent
getBiomes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getStringId
public Minecraft1_3LargeBiomeScheme(java.io.File minecraftJar, org.pepsoft.util.Checksum md5Sum)
public final void setSeed(long seed)
BiomeScheme
setSeed
in interface BiomeScheme
setSeed
in class Minecraft1_2JarBiomeScheme
seed
- The seed for which to determine the biomes.