final case class SmallTurretData(deploy: CommonFieldDataWithPlacement, health: Int, internals: Option[InventoryData] = None) extends ConstructorData with Product with Serializable
A representation of the Spitfire-based small turrets deployed using an adaptive construction engine.
The turret may contain substructure defining a weapon is a turret weapon contained within the turret itself.
Furthermore, that turret-like weapon is loaded with turret-like ammunition.
In other words, this outer turret can be considered a weapons platform for the inner turret weapon.
If the turret has no health, it is rendered as destroyed.
If the turret has no internal weapon, it is safest rendered as destroyed.
- deploy
data common to objects spawned by the (advanced) adaptive construction engine
- health
the amount of health the object has, as a percentage of a filled bar
- internals
data regarding the mounted weapon
- Source
- SmallTurretData.scala
- Alphabetic
- By Inheritance
- SmallTurretData
- Serializable
- Product
- Equals
- ConstructorData
- StreamBitSize
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new SmallTurretData(deploy: CommonFieldDataWithPlacement, health: Int, internals: Option[InventoryData] = None)
- deploy
data common to objects spawned by the (advanced) adaptive construction engine
- health
the amount of health the object has, as a percentage of a filled bar
- internals
data regarding the mounted weapon
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 bitsize: Long
Performs a "sizeof()" analysis of the given object.
The calculation reflects thescodec Codecdefinition rather than the explicit parameter fields.Performs a "sizeof()" analysis of the given object.
The calculation reflects thescodec Codecdefinition rather than the explicit parameter fields. For example, a traditionalIntis normally a 32-bit number, often rendered as a32unumber. When parsed with auintL(7), it's length will be considered 7 bits (7u). (Note: being permanently signed, anscodecvalue of32uor longer must fit into aLongtype.)- returns
the number of bits necessary to measure an object of this class; defaults to
0L
- Definition Classes
- SmallTurretData → StreamBitSize
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val deploy: CommonFieldDataWithPlacement
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val health: Int
- val internals: Option[InventoryData]
- 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 productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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()