Class ConstantBiomeMapLayer

java.lang.Object
net.glowstone.generator.biomegrid.MapLayer
net.glowstone.generator.biomegrid.ConstantBiomeMapLayer

public class ConstantBiomeMapLayer extends MapLayer
  • Constructor Details

    • ConstantBiomeMapLayer

      public ConstantBiomeMapLayer(long seed, org.bukkit.block.Biome biome)
  • Method Details

    • generateValues

      public int[] generateValues(int x, int z, int sizeX, int sizeZ)
      Specified by:
      generateValues in class MapLayer