Class ChunkIsGeneratedApiExists
- java.lang.Object
-
- io.papermc.lib.features.chunkisgenerated.ChunkIsGeneratedApiExists
-
- All Implemented Interfaces:
ChunkIsGenerated
public class ChunkIsGeneratedApiExists extends java.lang.Object implements ChunkIsGenerated
-
-
Constructor Summary
Constructors Constructor Description ChunkIsGeneratedApiExists()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisChunkGenerated(org.bukkit.World world, int x, int z)
-
-
-
Method Detail
-
isChunkGenerated
public boolean isChunkGenerated(org.bukkit.World world, int x, int z)- Specified by:
isChunkGeneratedin interfaceChunkIsGenerated
-
-