Class ConfigurationChunkGenerator

java.lang.Object
org.bukkit.generator.ChunkGenerator

public class ConfigurationChunkGenerator extends BlockMapChunkGenerator
  • 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
    private static final Plex
     

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

    blockMap

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

    height
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
    ConfigurationChunkGenerator (String worldName, org.bukkit.generator.BlockPopulator... populators)
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    private static LinkedHashMap <org.bukkit.Material, Integer>
    createBlockMap (String worldName)
     

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

    createLoopChunkData

    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

    • plugin Link icon

      private static final Plex plugin
  • Constructor Details Link icon

    • ConfigurationChunkGenerator Link icon

      public ConfigurationChunkGenerator (String worldName, org.bukkit.generator.BlockPopulator... populators)
  • Method Details Link icon