Class MovePiece

java.lang.Object
VASSAL.command.Command
VASSAL.command.MovePiece

public class MovePiece extends Command
Command that moves a piece to a new location and position within a stack. While this can be accomplished with a ChangePiece command, this command is safer in terms of recovering from changes to the game state that may have occurred since the command was created. For instance, A ChangePiece command that adds a piece to a Stack will cause the piece to disappear if the stack has been deleted. This Command will recover more gracefully.