Class BlockMapChunkGenerator

java.lang.Object
org.bukkit.generator.ChunkGenerator
Direct Known Subclasses:
ConfigurationChunkGenerator

public class BlockMapChunkGenerator extends FlatChunkGenerator
  • 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 LinkedHashMap <org.bukkit.Material, Integer>
     

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

    height
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
    BlockMapChunkGenerator (LinkedHashMap<org.bukkit.Material, Integer> blockMap, org.bukkit.generator.BlockPopulator... populators)
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    void
    createLoopChunkData (int x, int y, int z, org.bukkit.generator.ChunkGenerator.ChunkData chunk)
     

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

    generateSurface

    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
  • Field Details Link icon

  • Constructor Details Link icon

    • BlockMapChunkGenerator Link icon

      public BlockMapChunkGenerator (LinkedHashMap<org.bukkit.Material,Integer> blockMap, org.bukkit.generator.BlockPopulator... populators)
  • Method Details Link icon

    • createLoopChunkData Link icon

      public void createLoopChunkData (int x, int y, int z, org.bukkit.generator.ChunkGenerator.ChunkData chunk)
      Specified by:
      createLoopChunkData in class FlatChunkGenerator