final case class OrbitalShuttleEvent(u1: HartSequence, u2: Int, t1: Long, t2: Long, t3: Long, pairs: List[((PlanetSideGUID, PlanetSideGUID), Int)]) extends Product with Serializable
Data structure for passing information about the event to client-local space.
The fields match the OrbitalShuttleTimeMsg
packet that is created using this data.
- Source
- HartTimer.scala
- See also
OrbitalShuttleTimeMsg
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- OrbitalShuttleEvent
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new OrbitalShuttleEvent(u1: HartSequence, u2: Int, t1: Long, t2: Long, t3: Long, pairs: List[((PlanetSideGUID, PlanetSideGUID), Int)])
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 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()
- 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()
- val pairs: List[((PlanetSideGUID, PlanetSideGUID), Int)]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val t1: Long
- val t2: Long
- val t3: Long
- val u1: HartSequence
- val u2: Int
- 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()