[Solved] Reading world from a file

Hi

For my current project a read [icode]Block[/icode] objects from a file. While I am doing this, the first block is read completely, but the other blocks don’t seem to be read? I know this is specific to my project, and I don’t know if I provided enough code, but I was wondering if someone could help me out with this issue, as the plan is to have many blocks read from this file, and there must be a lot of files if only one block can be read from a file. Hope somebody can help :slight_smile:

WorldReader constructor pastebin: http://pastebin.java-gaming.org/aa3543c1d001b

CopyableCougar4