Fixed build error

This commit is contained in:
Anuken
2018-10-29 16:02:09 -04:00
parent 3925d5ec27
commit b39f25ed51
3 changed files with 13 additions and 2 deletions

View File

@@ -7,6 +7,5 @@ import java.io.IOException;
/**A class that represents compartmentalized tile entity state.*/
public abstract class BlockModule{
public abstract void write(DataOutput stream) throws IOException;
public abstract void read(DataInput stream) throws IOException;
}