Package starlight.taliis.core.chunks.wdt

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


    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){
        modf = new MODF(buff);
      }
View Full Code Here


   */
  public wdt() {
    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.MWMO

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.