Package jnibwapi.model

Examples of jnibwapi.model.Map


   *
   * TODO: figure out how to use BWTA's internal map storage
   */
  public void loadMapData(boolean enableBWTA) {
    String mapName = new String(getMapName());
    map = new Map(getMapWidth(), getMapHeight(), mapName, getMapFileName(), getMapHash(),
        getHeightData(), getBuildableData(), getWalkableData());
    if (!enableBWTA) {
      return;
    }

View Full Code Here

TOP

Related Classes of jnibwapi.model.Map

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.