Class OverworldGenerator

java.lang.Object
org.bukkit.generator.ChunkGenerator
net.glowstone.generator.GlowChunkGenerator
net.glowstone.generator.OverworldGenerator

public class OverworldGenerator extends GlowChunkGenerator
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.bukkit.generator.ChunkGenerator

    org.bukkit.generator.ChunkGenerator.BiomeGrid, org.bukkit.generator.ChunkGenerator.ChunkData
  • Field Summary

    Fields inherited from class net.glowstone.generator.GlowChunkGenerator

    WORLD_DEPTH
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates the generator for the overworld.
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    createWorldOctaves(org.bukkit.World world, Map<String,org.bukkit.util.noise.OctaveGenerator> octaves)
    Populates a Map with the OctaveGenerator instances for the world.
    org.bukkit.generator.ChunkGenerator.ChunkData
    generateChunkData(org.bukkit.World world, Random random, int chunkX, int chunkZ, org.bukkit.generator.ChunkGenerator.BiomeGrid biomes)
     

    Methods inherited from class net.glowstone.generator.GlowChunkGenerator

    canSpawn, getDefaultPopulators, getFixedSpawnLocation, getWorldOctaves

    Methods inherited from class org.bukkit.generator.ChunkGenerator

    createChunkData, createVanillaChunkData, isParallelCapable, shouldGenerateCaves, shouldGenerateDecorations, shouldGenerateMobs, shouldGenerateStructures

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • OverworldGenerator

      public OverworldGenerator()
      Creates the generator for the overworld.
  • Method Details

    • generateChunkData

      public org.bukkit.generator.ChunkGenerator.ChunkData generateChunkData(org.bukkit.World world, Random random, int chunkX, int chunkZ, org.bukkit.generator.ChunkGenerator.BiomeGrid biomes)
      Overrides:
      generateChunkData in class org.bukkit.generator.ChunkGenerator
    • createWorldOctaves

      protected void createWorldOctaves(org.bukkit.World world, Map<String,org.bukkit.util.noise.OctaveGenerator> octaves)
      Description copied from class: GlowChunkGenerator
      Populates a Map with the OctaveGenerator instances for the world.
      Overrides:
      createWorldOctaves in class GlowChunkGenerator
      Parameters:
      world - The world to create OctaveGenerators for
      octaves - The map to put the OctaveGenerators into