Enum Class SStat

java.lang.Object
java.lang.Enum<SStat>
mindustry.service.SStat
All Implemented Interfaces:
Serializable, Comparable<SStat>, Constable

public enum SStat extends Enum<SStat>
  • Enum Constant Details

    • unitsDestroyed

      public static final SStat unitsDestroyed
    • attacksWon

      public static final SStat attacksWon
    • pvpsWon

      public static final SStat pvpsWon
    • timesLaunched

      public static final SStat timesLaunched
    • blocksDestroyed

      public static final SStat blocksDestroyed
    • itemsLaunched

      public static final SStat itemsLaunched
    • reactorsOverheated

      public static final SStat reactorsOverheated
    • maxUnitActive

      public static final SStat maxUnitActive
    • unitTypesBuilt

      public static final SStat unitTypesBuilt
    • unitsBuilt

      public static final SStat unitsBuilt
    • bossesDefeated

      public static final SStat bossesDefeated
    • maxPlayersServer

      public static final SStat maxPlayersServer
    • mapsMade

      public static final SStat mapsMade
    • mapsPublished

      public static final SStat mapsPublished
    • maxWavesSurvived

      public static final SStat maxWavesSurvived
    • blocksBuilt

      public static final SStat blocksBuilt
    • maxProduction

      public static final SStat maxProduction
    • sectorsControlled

      public static final SStat sectorsControlled
    • schematicsCreated

      public static final SStat schematicsCreated
    • bouldersDeconstructed

      public static final SStat bouldersDeconstructed
    • totalCampaignItems

      public static final SStat totalCampaignItems
  • Method Details

    • values

      public static SStat[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static SStat valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • get

      public int get()
    • max

      public void max(int amount)
    • set

      public void set(int amount)
    • add

      public void add(int amount)
    • add

      public void add()