Solitaire

//Solitaire/de.syntaktischer.zucker.Solitaire/MoveWest

MoveWest

[jvm] class MoveWest(game: PlayableGame, fromPosX: Int, fromPosY: Int) : UndoableCommand

Parameters

jvm

Name Summary
game
fromPosX
fromPosY

Constructors

Name Summary
MoveWest [jvm] fun MoveWest(game: PlayableGame, fromPosX: Int, fromPosY: Int)

Functions

Name Summary
equals [jvm]
Content
open operator fun equals(other: Any?): Boolean


execute [jvm]
Content
open override fun execute()


hashCode [jvm]
Content
open fun hashCode(): Int


toString [jvm]
Content
open fun toString(): String


undo [jvm]
Content
open override fun undo()


Properties

Name Summary
fromPosX [jvm] val fromPosX: Int
fromPosY [jvm] val fromPosY: Int
game [jvm] var game: PlayableGame
oldBoard [jvm] var oldBoard: Board? = null