final case class PlayerStateShiftMessage(state: Option[ShiftState], unk: Option[Int] = None) extends PlanetSideGamePacket with Product with Serializable
Push specific motion-based stimuli on a specific character.
PlayerStateMessageUpstream
involves data transmitted from a client to the server regarding its avatar.
PlayerStateMessage
involves data transmitted from the server to the clients regarding characters other than that client's avatar.
PlayerStateShiftMessage
involves data transmitted from the server to a client about that client's avatar.
It temporarily asserts itself before normal player movement and asserts specific placement and motion.
An application of this packet is being /warp
ed within a zone via a non-triggering agent (like a teleporter).
Another, more common, application of this packet is being thrown about when the target of an attempted roadkill.
- state
if defined, the behaviors to influence the character
- unk
na
- Alphabetic
- By Inheritance
- PlayerStateShiftMessage
- Product
- Equals
- PlanetSideGamePacket
- PlanetSidePacket
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new PlayerStateShiftMessage(state: Option[ShiftState], unk: Option[Int] = None)
- state
if defined, the behaviors to influence the character
- unk
na
Type Members
- type Packet = PlayerStateShiftMessage
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()
- def encode: Attempt[BitVector]
- Definition Classes
- PlayerStateShiftMessage → PlanetSidePacket
- 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()
- def opcode: GamePacketOpcode.Value
- Definition Classes
- PlayerStateShiftMessage → PlanetSideGamePacket → PlanetSidePacket
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val state: Option[ShiftState]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val unk: Option[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()