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

net.minestom.server.instance.ChunkPopulator Maven / Gradle / Ivy

package net.minestom.server.instance;

import net.minestom.server.instance.batch.ChunkBatch;

@Deprecated
public interface ChunkPopulator {

    void populateChunk(ChunkBatch batch, Chunk chunk);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy