Class ChunkUtil
java.lang.Object
net.rodofire.easierworldcreator.util.ChunkUtil
util class related to chunks
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisChunkGenerated(net.minecraft.world.StructureWorldAccess world, net.minecraft.util.math.ChunkPos chunkPos) method to know if the features of a chunk were generated
-
Constructor Details
-
ChunkUtil
public ChunkUtil()
-
-
Method Details
-
isChunkGenerated
public static boolean isChunkGenerated(net.minecraft.world.StructureWorldAccess world, net.minecraft.util.math.ChunkPos chunkPos) method to know if the features of a chunk were generated- Parameters:
world- the world where thechunkPos- the chunk that will be tested- Returns:
- true if the features of the chunk were generated.
- false if not
-