Package games.stendhal.server.actions.equip

Examples of games.stendhal.server.actions.equip.DropAction


    action.put(EquipActionConsts.BASE_OBJECT, parent.getID().getObjectID());
    action.put(EquipActionConsts.BASE_SLOT, dice.getContainerSlot().getName());
    action.put("x", (int)tableBounds.getCenterX());
    action.put("y", (int)tableBounds.getCenterY());

    new DropAction().onAction(player, action);

    return true;
  }
View Full Code Here

TOP

Related Classes of games.stendhal.server.actions.equip.DropAction

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.