Uses of Enum Class
com.bdtripp.hauntedhouse.model.GameStatus
Packages that use GameStatus
-
Uses of GameStatus in com.bdtripp.hauntedhouse.api
Methods in com.bdtripp.hauntedhouse.api that return GameStatusMethods in com.bdtripp.hauntedhouse.api with parameters of type GameStatusModifier and TypeMethodDescriptionvoidGameResponse.setStatus(GameStatus status) Sets the status of the game.Constructors in com.bdtripp.hauntedhouse.api with parameters of type GameStatusModifierConstructorDescriptionGameResponse(String output, GameStatus status) Creates a GameResponse and initialize the output and status. -
Uses of GameStatus in com.bdtripp.hauntedhouse.model
Methods in com.bdtripp.hauntedhouse.model that return GameStatusModifier and TypeMethodDescriptionstatic GameStatusReturns the enum constant of this class with the specified name.static GameStatus[]GameStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.