Package starlight.taliis.core.chunks.wdt

Examples of starlight.taliis.core.chunks.wdt.MODF


      main = new MAIN(buff);
      mwmo = new MWMO(buff);

      if(databuffer.hasRemaining()
             && chunk.nextChunk(buff).compareTo("FDOM")==0){
        modf = new MODF(buff);
      }
      else
        modf=new MODF();
    } catch (ChunkNotFoundException e) {
      throw new InvalidClassException(e.getMessage());
    }
  }
View Full Code Here


    mver = new MVER();
    mphd = new MPHD();
    main = new MAIN();
    mwmo = new MWMO();
    mphd.setTerrain(0);
    modf = new MODF();

  }
View Full Code Here

TOP

Related Classes of starlight.taliis.core.chunks.wdt.MODF

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.