Package com.warrows.plugins.TreeSpirit.trees

Examples of com.warrows.plugins.TreeSpirit.trees.GreatTree.update()


      return false;
    tree = TreesData.getGreatTree(playerToJoin);
    if (null == tree)
      return false;
    if (!(tree instanceof GreatTreeCoop))
      tree = tree.update();
    ((GreatTreeCoop) tree).add(player);
    player.teleport(tree.getTop());
    return true;
  }
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.