Package civquest.map.resource

Examples of civquest.map.resource.ResourceNodeManager


                       String key) {
    return true;
  }

  public Long getResourceNode(Long resourceNodeManagerID, String key) {
    ResourceNodeManager manager
      = game.getResourceNodeManager(resourceNodeManagerID);
    return manager.getResourceNode(key).getID();
  }
View Full Code Here

TOP

Related Classes of civquest.map.resource.ResourceNodeManager

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.