Package mindustry.game
Class GameStats
java.lang.Object
mindustry.game.GameStats
-
Field Summary
Modifier and TypeFieldDescriptionint
Friendly buildings fully built.int
Friendly buildings fully deconstructed.int
Friendly buildings destroyed.Record of items that have entered the core through transport blocks.int
Enemy (red team) units destroyed.Record of blocks that have been placed by count.int
Total units created by any means.int
Total waves lasted. -
Constructor Summary
-
Method Summary
-
Field Details
-
enemyUnitsDestroyed
public int enemyUnitsDestroyedEnemy (red team) units destroyed. -
wavesLasted
public int wavesLastedTotal waves lasted. -
buildingsBuilt
public int buildingsBuiltFriendly buildings fully built. -
buildingsDeconstructed
public int buildingsDeconstructedFriendly buildings fully deconstructed. -
buildingsDestroyed
public int buildingsDestroyedFriendly buildings destroyed. -
unitsCreated
public int unitsCreatedTotal units created by any means. -
placedBlockCount
Record of blocks that have been placed by count. Used for objectives only. -
coreItemCount
Record of items that have entered the core through transport blocks. Used for objectives only. This can easily be ""spoofed"" with unloaders, so don't use it for anything remotely important.
-
-
Constructor Details
-
GameStats
public GameStats()
-