Class CustomChunkGenerator

java.lang.Object
org.bukkit.generator.ChunkGenerator
dev.plex.world.CustomChunkGenerator
Direct Known Subclasses:
FlatChunkGenerator, NoiseChunkGenerator, OctaveChunkGenerator

public abstract class CustomChunkGenerator extends org.bukkit.generator.ChunkGenerator
  • Nested Class Summary Link icon

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

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

    Fields
    Modifier and Type
    Field
    Description
    protected int
     
    private final List <org.bukkit.generator.BlockPopulator>
     
  • Constructor Summary Link icon

    Constructors
    Modifier
    Constructor
    Description
    protected
    CustomChunkGenerator (int height, org.bukkit.generator.BlockPopulator... populators)
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    abstract void
    createLoopChunkData (int x, int y, int z, org.bukkit.generator.ChunkGenerator.ChunkData chunk)
     
    List <org.bukkit.generator.BlockPopulator>
    getDefaultPopulators (org.bukkit.World world)
     

    Methods inherited from class org.bukkit.generator.ChunkGenerator Link icon

    canSpawn, createChunkData, generateBedrock, generateCaves, generateChunkData, generateNoise, generateSurface, getBaseHeight, getDefaultBiomeProvider, getFixedSpawnLocation, isParallelCapable, shouldGenerateBedrock, shouldGenerateCaves, shouldGenerateCaves, shouldGenerateDecorations, shouldGenerateDecorations, shouldGenerateMobs, shouldGenerateMobs, shouldGenerateNoise, shouldGenerateNoise, shouldGenerateStructures, shouldGenerateStructures, shouldGenerateSurface, shouldGenerateSurface

    Methods inherited from class java.lang.Object Link icon

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details Link icon

    • populators Link icon

      private final List<org.bukkit.generator.BlockPopulator> populators
    • height Link icon

      protected int height
  • Constructor Details Link icon

    • CustomChunkGenerator Link icon

      protected CustomChunkGenerator (int height, org.bukkit.generator.BlockPopulator... populators)
  • Method Details Link icon

    • getDefaultPopulators Link icon

      public List<org.bukkit.generator.BlockPopulator> getDefaultPopulators (org.bukkit.World world)
      Overrides:
      getDefaultPopulators in class org.bukkit.generator.ChunkGenerator
    • createLoopChunkData Link icon

      public abstract void createLoopChunkData (int x, int y, int z, org.bukkit.generator.ChunkGenerator.ChunkData chunk)