Uses of Interface
org.bukkit.generator.ChunkGenerator.BiomeGrid

Packages that use ChunkGenerator.BiomeGrid
org.bukkit.generator Classes to facilitate world generation implementation. 
 

Uses of ChunkGenerator.BiomeGrid in org.bukkit.generator
 

Methods in org.bukkit.generator with parameters of type ChunkGenerator.BiomeGrid
 byte[][] ChunkGenerator.generateBlockSections(World world, Random random, int x, int z, ChunkGenerator.BiomeGrid biomes)
          Shapes the chunk for the given coordinates.
 short[][] ChunkGenerator.generateExtBlockSections(World world, Random random, int x, int z, ChunkGenerator.BiomeGrid biomes)
          Shapes the chunk for the given coordinates, with extended block IDs supported (0-4095).
 



Copyright © 2013. All Rights Reserved.