All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.papermc.lib.features.chunkisgenerated.ChunkIsGenerated Maven / Gradle / Ivy

package io.papermc.lib.features.chunkisgenerated;

import org.bukkit.World;

public interface ChunkIsGenerated {
    boolean isChunkGenerated(World world, int x, int z);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy