IPreviousScreen

interface IPreviousScreen

Interface to implement for all screens using GameOptionsTable and PlayerPickerTable for universal usage of those two tables.

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

gameSetupInfo
Link copied to clipboard
abstract val gameSetupInfo: GameSetupInfo
ruleset
Link copied to clipboard
abstract val ruleset: Ruleset
stage
Link copied to clipboard
abstract var stage: Stage

Inheritors

GameParametersScreen
Link copied to clipboard
NewGameScreen
Link copied to clipboard

Sources

jvm source
Link copied to clipboard