Package com.marcusslover.plus.lib.world
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 -
Method Summary
Modifier and TypeMethodDescriptionbooleancanSpawn(@NotNull org.bukkit.World world, int x, int z) org.bukkit.generator.ChunkGenerator.ChunkDatagenerateChunkData(@NotNull org.bukkit.World world, @NotNull Random random, int x, int z, @NotNull org.bukkit.generator.ChunkGenerator.BiomeGrid biome) org.bukkit.LocationgetFixedSpawnLocation(@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
-
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:
generateChunkDatain classorg.bukkit.generator.ChunkGenerator
-
canSpawn
public boolean canSpawn(@NotNull @NotNull org.bukkit.World world, int x, int z) - Overrides:
canSpawnin classorg.bukkit.generator.ChunkGenerator
-
getFixedSpawnLocation
public org.bukkit.Location getFixedSpawnLocation(@NotNull @NotNull org.bukkit.World world, @NotNull @NotNull Random random) - Overrides:
getFixedSpawnLocationin classorg.bukkit.generator.ChunkGenerator
-