Uses of Enum Class
com.prineside.tdi2.systems.GameStateSystem.GameOverReason
Packages that use GameStateSystem.GameOverReason
-
Uses of GameStateSystem.GameOverReason in com.prineside.tdi2.systems
Fields in com.prineside.tdi2.systems declared as GameStateSystem.GameOverReasonMethods in com.prineside.tdi2.systems that return GameStateSystem.GameOverReasonModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static GameStateSystem.GameOverReason[]
GameStateSystem.GameOverReason.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.prineside.tdi2.systems with parameters of type GameStateSystem.GameOverReasonModifier and TypeMethodDescriptionvoid
GameStateSystem.triggerGameOver
(GameStateSystem.GameOverReason reason)