Package org.bukkit.generator
Interface ChunkGenerator.BiomeGrid
- Enclosing class:
ChunkGenerator
Deprecated.
Interface to biome section for chunk to be generated: initialized with
default values for world type and seed.
Custom generator is free to access and tailor values during generateBlockSections() or generateExtBlockSections().
-
Method Summary
-
Method Details
-
getBiome
Deprecated.biomes are now 3-dimensionalGet biome at x, z within chunk being generated- Parameters:
x
- - 0-15z
- - 0-15- Returns:
- Biome value
-
getBiome
Deprecated.Get biome at x, z within chunk being generated- Parameters:
x
- - 0-15y
- - world minHeight (inclusive) - world maxHeight (exclusive)z
- - 0-15- Returns:
- Biome value
-
setBiome
Deprecated.biomes are now 3-dimensionalSet biome at x, z within chunk being generated- Parameters:
x
- - 0-15z
- - 0-15bio
- - Biome value
-
setBiome
Deprecated.Set biome at x, z within chunk being generated- Parameters:
x
- - 0-15y
- - world minHeight (inclusive) - world maxHeight (exclusive)z
- - 0-15bio
- - Biome value
-
BiomeProvider