Package games.stendhal.common

Examples of games.stendhal.common.Direction.ordinal()


    if (doubleClick) {
      action.put("double_click", "");
    }
    Direction dir = calculateZoneChangeDirection(point);
    if (dir != null) {
      action.put("extend", dir.ordinal());
    }
    client.send(action);
  }
 
  /**
 
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.