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

com.fastasyncworldedit.core.jnbt.streamer.LazyReader Maven / Gradle / Ivy

Go to download

Blazingly fast Minecraft world manipulation for artists, builders and everyone else.

There is a newer version: 2.9.2
Show newest version
package com.fastasyncworldedit.core.jnbt.streamer;

import com.sk89q.jnbt.NBTInputStream;

import java.io.DataInputStream;
import java.io.IOException;

public interface LazyReader extends StreamReader {

    void apply(int index, NBTInputStream stream) throws IOException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy