Fixed build error
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user