Class FlatChunkGenerator

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

public abstract class FlatChunkGenerator extends CustomChunkGenerator
  • 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 inherited from class dev.plex.world.CustomChunkGenerator Link icon

    height
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
    FlatChunkGenerator (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)
     
    void
    generateSurface (org.bukkit.generator.WorldInfo worldInfo, Random random, int x, int z, org.bukkit.generator.ChunkGenerator.ChunkData chunk)
     

    Methods inherited from class dev.plex.world.CustomChunkGenerator Link icon

    getDefaultPopulators

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

    canSpawn, createChunkData, generateBedrock, generateCaves, generateChunkData, generateNoise, 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
  • Constructor Details Link icon

    • FlatChunkGenerator Link icon

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

    • generateSurface Link icon

      public void generateSurface (org.bukkit.generator.WorldInfo worldInfo, Random random, int x, int z, org.bukkit.generator.ChunkGenerator.ChunkData chunk)
      Overrides:
      generateSurface 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)
      Specified by:
      createLoopChunkData in class CustomChunkGenerator