Class SkyBlockNetherChunkGenerator

java.lang.Object
org.bukkit.generator.ChunkGenerator
us.talabrek.ultimateskyblock.world.SkyBlockNetherChunkGenerator

public class SkyBlockNetherChunkGenerator extends org.bukkit.generator.ChunkGenerator
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.bukkit.generator.ChunkGenerator

    org.bukkit.generator.ChunkGenerator.BiomeGrid, org.bukkit.generator.ChunkGenerator.ChunkData
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.bukkit.generator.ChunkGenerator.ChunkData
    generateChunkData(org.bukkit.World world, Random random, int cx, int cz, org.bukkit.generator.ChunkGenerator.BiomeGrid biome)
     
    List<org.bukkit.generator.BlockPopulator>
    getDefaultPopulators(org.bukkit.World world)
     
    org.bukkit.Location
    getFixedSpawnLocation(org.bukkit.World world, Random random)
     

    Methods inherited from class org.bukkit.generator.ChunkGenerator

    canSpawn, generateBedrock, generateCaves, generateNoise, generateSurface, getBaseHeight, getDefaultBiomeProvider, isParallelCapable, shouldGenerateBedrock, shouldGenerateCaves, shouldGenerateCaves, shouldGenerateDecorations, shouldGenerateDecorations, shouldGenerateMobs, shouldGenerateMobs, shouldGenerateNoise, shouldGenerateNoise, shouldGenerateStructures, shouldGenerateStructures, shouldGenerateSurface, shouldGenerateSurface

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SkyBlockNetherChunkGenerator

      public SkyBlockNetherChunkGenerator()
  • Method Details

    • generateChunkData

      public org.bukkit.generator.ChunkGenerator.ChunkData generateChunkData(org.bukkit.World world, Random random, int cx, int cz, org.bukkit.generator.ChunkGenerator.BiomeGrid biome)
      Overrides:
      generateChunkData in class org.bukkit.generator.ChunkGenerator
    • getDefaultPopulators

      public List<org.bukkit.generator.BlockPopulator> getDefaultPopulators(org.bukkit.World world)
      Overrides:
      getDefaultPopulators in class org.bukkit.generator.ChunkGenerator
    • getFixedSpawnLocation

      public org.bukkit.Location getFixedSpawnLocation(org.bukkit.World world, Random random)
      Overrides:
      getFixedSpawnLocation in class org.bukkit.generator.ChunkGenerator