Package mindustry.game
Class GameStats
java.lang.Object
mindustry.game.GameStats
-
Field Summary
FieldsModifier and TypeFieldDescriptionintFriendly buildings fully built.intFriendly buildings fully deconstructed.intFriendly buildings destroyed.arc.struct.ObjectIntMap<Item>Record of items that have entered the core through transport blocks.intEnemy (red team) units destroyed.arc.struct.ObjectIntMap<Block>Record of blocks that have been placed by count.intTotal units created by any means.intTotal waves lasted. -
Constructor Summary
Constructors -
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()
-