object UniformStyle extends IntEnum[UniformStyle]

Values for the four different color designs that impact a player's uniform. Exo-suits get minor graphical updates at the following battle rank levels: seven (1), fourteen (2), and twenty-five (4). At battle rank twenty-four (3), the style does not update visually but switches to one suitable for display of cosmetics. The design for value 5 is visually descriptive of the third upgrade.

Source
UniformStyle.scala
Linear Supertypes
IntEnum[UniformStyle], IntEnumCompat[UniformStyle], ValueEnum[Int, UniformStyle], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UniformStyle
  2. IntEnum
  3. IntEnumCompat
  4. ValueEnum
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. implicit val codec: Codec[UniformStyle]
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. macro def findValues: IndexedSeq[UniformStyle]
    Attributes
    protected
    Definition Classes
    IntEnumCompat
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. def toString(): String
    Definition Classes
    AnyRef → Any
  19. val values: IndexedSeq[UniformStyle]
    Definition Classes
    UniformStyle → ValueEnum
  20. final lazy val valuesToEntriesMap: Map[Int, UniformStyle]
    Definition Classes
    ValueEnum
  21. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  24. def withValue(i: Int): UniformStyle
    Definition Classes
    ValueEnum
    Annotations
    @SuppressWarnings()
  25. def withValueEither(i: Int): Either[NoSuchMember[Int, ValueEnumEntry[Int]], UniformStyle]
    Definition Classes
    ValueEnum
  26. def withValueOpt(i: Int): Option[UniformStyle]
    Definition Classes
    ValueEnum
  27. case object FirstUpgrade extends UniformStyle with Product with Serializable
  28. case object Normal extends UniformStyle with Product with Serializable
  29. case object SecondUpgrade extends UniformStyle with Product with Serializable
  30. case object SecondUpgradeBR24 extends UniformStyle with Product with Serializable
  31. case object ThirdUpgrade extends UniformStyle with Product with Serializable
  32. case object ThirdUpgradeEx extends UniformStyle with Product with Serializable

Inherited from IntEnum[UniformStyle]

Inherited from IntEnumCompat[UniformStyle]

Inherited from ValueEnum[Int, UniformStyle]

Inherited from AnyRef

Inherited from Any

Ungrouped