
net.minecraft.server.IChunkLoader Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of walk-server Show documentation
Show all versions of walk-server Show documentation
A spigot fork to kotlin structure and news.
package net.minecraft.server;
import java.io.IOException;
public interface IChunkLoader {
Chunk a(World world, int i, int j) throws IOException;
void a(World world, Chunk chunk) throws IOException, ExceptionWorldConflict;
void b(World world, Chunk chunk) throws IOException;
void a();
void b();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy