Command

scalatetris.engine.Tetris.Command
sealed trait Command

Trait sellado que define todos los comandos posibles en el juego

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Continue.type
object Down.type
object GameOver.type
object HardDrop.type
object Hold.type
object Left.type
object Pause.type
object Restart.type
object Right.type
object RotateLeft.type
object RotateRight.type
object Tick.type
Show all
In this article