Class EmptyChunkGenerator

java.lang.Object
org.bukkit.generator.ChunkGenerator
com.marcusslover.plus.lib.world.EmptyChunkGenerator

public class EmptyChunkGenerator 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
    boolean
    canSpawn(@NotNull org.bukkit.World world, int x, int z)
     
    org.bukkit.generator.ChunkGenerator.ChunkData
    generateChunkData(@NotNull org.bukkit.World world, @NotNull Random random, int x, int z, @NotNull org.bukkit.generator.ChunkGenerator.BiomeGrid biome)
     
    org.bukkit.Location
    getFixedSpawnLocation(@NotNull org.bukkit.World world, @NotNull Random random)
     

    Methods inherited from class org.bukkit.generator.ChunkGenerator

    createChunkData, generateBedrock, generateCaves, generateNoise, generateSurface, getBaseHeight, getDefaultBiomeProvider, getDefaultPopulators, 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
  • Constructor Details

    • EmptyChunkGenerator

      public EmptyChunkGenerator()
  • Method Details

    • generateChunkData

      @NotNull public org.bukkit.generator.ChunkGenerator.ChunkData generateChunkData(@NotNull @NotNull org.bukkit.World world, @NotNull @NotNull Random random, int x, int z, @NotNull @NotNull org.bukkit.generator.ChunkGenerator.BiomeGrid biome)
      Overrides:
      generateChunkData in class org.bukkit.generator.ChunkGenerator
    • canSpawn

      public boolean canSpawn(@NotNull @NotNull org.bukkit.World world, int x, int z)
      Overrides:
      canSpawn in class org.bukkit.generator.ChunkGenerator
    • getFixedSpawnLocation

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