Uses of Enum Class
edu.uw.tcss.model.GameControls.GameState
-
Uses of GameControls.GameState in edu.uw.tcss.model
Subclasses with type arguments of type GameControls.GameState in edu.uw.tcss.modelModifier and TypeClassDescriptionstatic enumSpecifies a game state for Tetris.Methods in edu.uw.tcss.model that return GameControls.GameStateModifier and TypeMethodDescriptionGameEvent.GameStateChanged.newState()Returns the value of thenewStaterecord component.GameEvent.GameStateChanged.oldState()Returns the value of theoldStaterecord component.static GameControls.GameStateReturns the enum constant of this class with the specified name.static GameControls.GameState[]GameControls.GameState.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in edu.uw.tcss.model with parameters of type GameControls.GameStateModifierConstructorDescriptionGameStateChanged(GameControls.GameState oldState, GameControls.GameState newState, long timestamp) Creates an instance of aGameStateChangedrecord class.