Package com.prineside.tdi2.systems
Class GameStateSystem.ReplayValidationResult
java.lang.Object
com.prineside.tdi2.systems.GameStateSystem.ReplayValidationResult
- Enclosing class:
- GameStateSystem
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionint
long
int
int
float
int
int
int
-
Constructor Summary
ConstructorsConstructorDescriptionReplayValidationResult
(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) -
Method Summary
-
Field Details
-
result
-
timeSpent
public float timeSpent -
updatesPerSecond
public int updatesPerSecond -
realWaves
public int realWaves -
realScore
public long realScore -
updates
public int updates -
xp
public int xp -
resourcesMined
public int resourcesMined -
enemiesKilled
public int enemiesKilled -
cheatingReason
-
replayRecord
-
S
-
-
Constructor Details
-
ReplayValidationResult
public ReplayValidationResult(GameStateSystem.ReplayValidationResult.Result result, float timeSpent, int updatesPerSecond, int updates, int realWaves, long realScore, ReplayManager.ReplayRecord replayRecord) -
ReplayValidationResult
public ReplayValidationResult(GameStateSystem.ReplayValidationResult.Result result, float timeSpent, int updatesPerSecond, int updates, int realWaves, long realScore, ReplayManager.ReplayRecord replayRecord, String cheatingReason)
-