Class OctaveChunkGenerator

java.lang.Object
org.bukkit.generator.ChunkGenerator
dev.plex.world.CustomChunkGenerator
dev.plex.world.OctaveChunkGenerator

public abstract class OctaveChunkGenerator extends CustomChunkGenerator
  • 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
    Modifier and Type
    Field
    Description
    private final OctaveOptions
     

    Fields inherited from class dev.plex.world.CustomChunkGenerator

    height
  • Constructor Summary

    Constructors
    Constructor
    Description
    OctaveChunkGenerator(int height, OctaveOptions options, org.bukkit.generator.BlockPopulator... populators)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract void
    createLoopChunkData(int x, int y, int z, org.bukkit.generator.ChunkGenerator.ChunkData chunk)
     
    void
    generateNoise(@NotNull org.bukkit.generator.WorldInfo worldInfo, @NotNull Random random, int x, int z, @NotNull org.bukkit.generator.ChunkGenerator.ChunkData chunk)
     

    Methods inherited from class dev.plex.world.CustomChunkGenerator

    getDefaultPopulators

    Methods inherited from class org.bukkit.generator.ChunkGenerator

    canSpawn, createChunkData, createVanillaChunkData, generateBedrock, generateCaves, generateChunkData, 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

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

  • Constructor Details

    • OctaveChunkGenerator

      public OctaveChunkGenerator(int height, OctaveOptions options, org.bukkit.generator.BlockPopulator... populators)
  • Method Details

    • generateNoise

      public void generateNoise(@NotNull @NotNull org.bukkit.generator.WorldInfo worldInfo, @NotNull @NotNull Random random, int x, int z, @NotNull @NotNull org.bukkit.generator.ChunkGenerator.ChunkData chunk)
      Overrides:
      generateNoise in class org.bukkit.generator.ChunkGenerator
    • createLoopChunkData

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