Package dev.plex.world
Class ConfigurationChunkGenerator
java.lang.Object
org.bukkit.generator.ChunkGenerator
dev.plex.world.CustomChunkGenerator
dev.plex.world.FlatChunkGenerator
dev.plex.world.BlockMapChunkGenerator
dev.plex.world.ConfigurationChunkGenerator
-
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 dev.plex.world.BlockMapChunkGenerator
blockMap
Fields inherited from class dev.plex.world.CustomChunkGenerator
height
-
Constructor Summary
ConstructorDescriptionConfigurationChunkGenerator
(String worldName, org.bukkit.generator.BlockPopulator... populators) -
Method Summary
Modifier and TypeMethodDescriptionprivate static LinkedHashMap<org.bukkit.Material,
Integer> createBlockMap
(String worldName) Methods inherited from class dev.plex.world.BlockMapChunkGenerator
createLoopChunkData
Methods inherited from class dev.plex.world.FlatChunkGenerator
generateSurface
Methods inherited from class dev.plex.world.CustomChunkGenerator
getDefaultPopulators
Methods inherited from class org.bukkit.generator.ChunkGenerator
canSpawn, createChunkData, createVanillaChunkData, generateBedrock, generateCaves, generateChunkData, generateNoise, getBaseHeight, getDefaultBiomeProvider, getFixedSpawnLocation, isParallelCapable, shouldGenerateBedrock, shouldGenerateCaves, shouldGenerateDecorations, shouldGenerateMobs, shouldGenerateNoise, shouldGenerateStructures, shouldGenerateSurface
-
Field Details
-
plugin
-
-
Constructor Details
-
ConfigurationChunkGenerator
public ConfigurationChunkGenerator(String worldName, org.bukkit.generator.BlockPopulator... populators)
-
-
Method Details
-
createBlockMap
-