case object Certification extends IntEnum[Certification] with Product with Serializable
- Source
- Certification.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Certification
- Serializable
- Product
- Equals
- IntEnum
- IntEnumCompat
- ValueEnum
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- implicit val codec: Codec[Certification]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- macro def findValues: IndexedSeq[Certification]
- Attributes
- protected
- Definition Classes
- IntEnumCompat
- def fromEncodedLong(certs: Long): Set[Certification]
Certifications are often stored, in packet form, as an encoded little-endian
46u
value.Certifications are often stored, in packet form, as an encoded little-endian
46u
value. Decode a representative value into a subset of certification values.- certs
the certifications, as a single value
- returns
the certifications, as a sequence of values
- See also
ChangeSquadMemberRequirementsCertifications
changeSquadMemberRequirementsCertificationsCodec
fromEncodedLong(Long, Iterable[Long], Set[CertificationType.Value])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toEncodedLong(certs: Set[Certification]): Long
Certifications are often stored, in object form, as a 46-member collection.
Certifications are often stored, in object form, as a 46-member collection. Encode a subset of certification values for packet form.
- returns
the certifications, as a single value
- lazy val values: IndexedSeq[Certification]
- Definition Classes
- Certification → ValueEnum
- final lazy val valuesToEntriesMap: Map[Int, Certification]
- Definition Classes
- ValueEnum
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withValue(i: Int): Certification
- Definition Classes
- ValueEnum
- Annotations
- @SuppressWarnings()
- def withValueEither(i: Int): Either[NoSuchMember[Int, ValueEnumEntry[Int]], Certification]
- Definition Classes
- ValueEnum
- def withValueOpt(i: Int): Option[Certification]
- Definition Classes
- ValueEnum
- case object AAMAX extends Certification with Product with Serializable
- case object AIMAX extends Certification with Product with Serializable
- case object ATV extends Certification with Product with Serializable
- case object AVMAX extends Certification with Product with Serializable
- case object AdvancedEngineering extends Certification with Product with Serializable
- case object AdvancedHacking extends Certification with Product with Serializable
- case object AdvancedMedical extends Certification with Product with Serializable
- case object AgileExoSuit extends Certification with Product with Serializable
- case object AirCavalryAssault extends Certification with Product with Serializable
- case object AirCavalryInterceptor extends Certification with Product with Serializable
- case object AirCavalryScout extends Certification with Product with Serializable
- case object AirSupport extends Certification with Product with Serializable
- case object AntiVehicular extends Certification with Product with Serializable
- case object ArmoredAssault1 extends Certification with Product with Serializable
- case object ArmoredAssault2 extends Certification with Product with Serializable
- case object AssaultBuggy extends Certification with Product with Serializable
- case object AssaultEngineering extends Certification with Product with Serializable
- case object BFRAntiAircraft extends Certification with Product with Serializable
- case object BFRAntiInfantry extends Certification with Product with Serializable
- case object BattleFrameRobotics extends Certification with Product with Serializable
- case object CombatEngineering extends Certification with Product with Serializable
- case object DataCorruption extends Certification with Product with Serializable
- case object ElectronicsExpert extends Certification with Product with Serializable
- case object EliteAssault extends Certification with Product with Serializable
- case object Engineering extends Certification with Product with Serializable
- case object ExpertHacking extends Certification with Product with Serializable
- case object Flail extends Certification with Product with Serializable
- case object FortificationEngineering extends Certification with Product with Serializable
- case object GalaxyGunship extends Certification with Product with Serializable
- case object GroundSupport extends Certification with Product with Serializable
- case object GroundTransport extends Certification with Product with Serializable
- case object Hacking extends Certification with Product with Serializable
- case object Harasser extends Certification with Product with Serializable
- case object HeavyAssault extends Certification with Product with Serializable
- case object InfiltrationSuit extends Certification with Product with Serializable
- case object LightScout extends Certification with Product with Serializable
- case object Medical extends Certification with Product with Serializable
- case object MediumAssault extends Certification with Product with Serializable
- case object Phantasm extends Certification with Product with Serializable
- case object ReinforcedExoSuit extends Certification with Product with Serializable
- case object Sniping extends Certification with Product with Serializable
- case object SpecialAssault extends Certification with Product with Serializable
- case object StandardAssault extends Certification with Product with Serializable
- case object StandardExoSuit extends Certification with Product with Serializable
- case object Switchblade extends Certification with Product with Serializable
- case object UniMAX extends Certification with Product with Serializable