object SubsystemComponent extends IntEnum[SubsystemComponent]
- Source
- SubsystemComponent.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SubsystemComponent
- IntEnum
- IntEnumCompat
- ValueEnum
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class Unknown(value: Int) extends SubsystemComponent with Product with Serializable
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()
- 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[SubsystemComponent]
- Attributes
- protected
- Definition Classes
- IntEnumCompat
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- 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()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- val values: IndexedSeq[SubsystemComponent]
- Definition Classes
- SubsystemComponent → ValueEnum
- final lazy val valuesToEntriesMap: Map[Int, SubsystemComponent]
- 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): SubsystemComponent
- Definition Classes
- ValueEnum
- Annotations
- @SuppressWarnings()
- def withValueEither(i: Int): Either[NoSuchMember[Int, ValueEnumEntry[Int]], SubsystemComponent]
- Definition Classes
- ValueEnum
- def withValueOpt(i: Int): Option[SubsystemComponent]
- Definition Classes
- ValueEnum
- case object FlightSystemsDestroyed extends SubsystemComponent with Product with Serializable
- case object FlightSystemsHorizontalForce extends SubsystemComponent with Product with Serializable
- case object FlightSystemsOffline extends SubsystemComponent with Product with Serializable
- case object FlightSystemsRechargeRate extends SubsystemComponent with Product with Serializable
- case object FlightSystemsUseRate extends SubsystemComponent with Product with Serializable
- case object FlightSystemsVerticalForce extends SubsystemComponent with Product with Serializable
- case object MovementServosBackward extends SubsystemComponent with Product with Serializable
- case object MovementServosForward extends SubsystemComponent with Product with Serializable
- case object MovementServosPivotSpeed extends SubsystemComponent with Product with Serializable
- case object MovementServosStrafeSpeed extends SubsystemComponent with Product with Serializable
- case object MovementServosTransit extends SubsystemComponent with Product with Serializable
- case object SensorArrayNoEnemies extends SubsystemComponent with Product with Serializable
- case object SensorArrayNoEnemyAircraft extends SubsystemComponent with Product with Serializable
- case object SensorArrayNoEnemyGroundVehicles extends SubsystemComponent with Product with Serializable
- case object SensorArrayNoEnemyProjectiles extends SubsystemComponent with Product with Serializable
- case object SensorArrayRange extends SubsystemComponent with Product with Serializable
- case object ShieldGeneratorDestroyed extends SubsystemComponent with Product with Serializable
- case object ShieldGeneratorOffline extends SubsystemComponent with Product with Serializable
- case object ShieldGeneratorRechargeRate extends SubsystemComponent with Product with Serializable
- case object SiphonDrainOnly extends SubsystemComponent with Product with Serializable
- case object SiphonStorageCapacity extends SubsystemComponent with Product with Serializable
- case object SiphonTransferEfficiency extends SubsystemComponent with Product with Serializable
- case object SiphonTransferRateA extends SubsystemComponent with Product with Serializable
- case object SiphonTransferRateB extends SubsystemComponent with Product with Serializable
- case object Trunk extends SubsystemComponent with Product with Serializable
- case object UnknownProjectileRange extends SubsystemComponent with Product with Serializable
- case object UnknownRechargeInterval extends SubsystemComponent with Product with Serializable
- case object UnknownSensorRange extends SubsystemComponent with Product with Serializable
- case object WeaponSystemsAmmoLoss extends SubsystemComponent with Product with Serializable
- case object WeaponSystemsCOF extends SubsystemComponent with Product with Serializable
- case object WeaponSystemsCOFRecovery extends SubsystemComponent with Product with Serializable
- case object WeaponSystemsDestroyed extends SubsystemComponent with Product with Serializable
- case object WeaponSystemsOffline extends SubsystemComponent with Product with Serializable
- case object WeaponSystemsRefireTime extends SubsystemComponent with Product with Serializable
- case object WeaponSystemsReloadTime extends SubsystemComponent with Product with Serializable