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

net.minecraft.server.IChunkLoader Maven / Gradle / Ivy

There is a newer version: 2.4.0
Show newest version
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