4243444546474849505152
public wdt(ByteBuffer databuffer) throws InvalidClassException, ChunkNotFoundException { super(databuffer); try { mver = new MVER(buff); mphd = new MPHD(buff); main = new MAIN(buff); mwmo = new MWMO(buff); if(databuffer.hasRemaining() && chunk.nextChunk(buff).compareTo("FDOM")==0){
6263646566676869707172
/** * Creates a complete new and empty world. */ public wdt() { mver = new MVER(); mphd = new MPHD(); main = new MAIN(); mwmo = new MWMO(); mphd.setTerrain(0); modf = new MODF();