package jk_5.nailed.server.map.game.script; import java.io.IOException; public interface IMountedFile { public void close() throws IOException; }