Examples of MTFX


Examples of starlight.taliis.core.chunks.adt.MTFX

     
    if (version_flag >= ADT_VERSION_EXPANSION_WOTLK){
      try{
        if (header.getoffsMTFX() != 0) {
          buff.position(base_offs + header.getoffsMTFX());
          mtfx = new MTFX(buff);
        }
      }
      catch(ChunkNotFoundException e){
        // TODO: try to find it manually
        throw new InvalidClassException(e.getMessage());
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.