Uses of Enum Class
com.prineside.tdi2.systems.GameStateSystem.ReplayValidationResult.Result
Packages that use GameStateSystem.ReplayValidationResult.Result
- 
Uses of GameStateSystem.ReplayValidationResult.Result in com.prineside.tdi2.systems
Fields in com.prineside.tdi2.systems declared as GameStateSystem.ReplayValidationResult.ResultMethods in com.prineside.tdi2.systems that return GameStateSystem.ReplayValidationResult.ResultModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.GameStateSystem.ReplayValidationResult.Result.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.prineside.tdi2.systems with parameters of type GameStateSystem.ReplayValidationResult.ResultModifierConstructorDescriptionReplayValidationResult(GameStateSystem.ReplayValidationResult.Result result, float timeSpent, int updatesPerSecond, int updates, int realWaves, long realScore, ReplayManager.ReplayRecord replayRecord) ReplayValidationResult(GameStateSystem.ReplayValidationResult.Result result, float timeSpent, int updatesPerSecond, int updates, int realWaves, long realScore, ReplayManager.ReplayRecord replayRecord, String cheatingReason)