Package games.stendhal.client.entity

Examples of games.stendhal.client.entity.ActionType


   * @param list
   *            The list to populate.
   */
  @Override
  protected void buildActions(final List<String> list) {
    ActionType actionType = getActionType();
    list.add(actionType.getRepresentation());

    super.buildActions(list);
    list.remove(ActionType.LOOK.getRepresentation());
  }
View Full Code Here

TOP

Related Classes of games.stendhal.client.entity.ActionType

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.