final case class InvalidTerrainMessage(player_guid: PlanetSideGUID, vehicle_guid: PlanetSideGUID, proximity_alert: TerrainCondition.Value, pos: Vector3) extends PlanetSideGamePacket with Product with Serializable
na
- player_guid
the player who is driving the vehicle
- vehicle_guid
the vehicle
- proximity_alert
whether this position is invalid;
true
, for the nearby terrain being unsuitable;false
, when the vehicle has been moved back to a safe distance (place)- pos
the vehicle's current position in the game world
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- InvalidTerrainMessage
- Product
- Equals
- PlanetSideGamePacket
- PlanetSidePacket
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new InvalidTerrainMessage(player_guid: PlanetSideGUID, vehicle_guid: PlanetSideGUID, proximity_alert: TerrainCondition.Value, pos: Vector3)
- player_guid
the player who is driving the vehicle
- vehicle_guid
the vehicle
- proximity_alert
whether this position is invalid;
true
, for the nearby terrain being unsuitable;false
, when the vehicle has been moved back to a safe distance (place)- pos
the vehicle's current position in the game world
Type Members
- type Packet = InvalidTerrainMessage
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
- InvalidTerrainMessage → 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
- InvalidTerrainMessage → PlanetSideGamePacket → PlanetSidePacket
- val player_guid: PlanetSideGUID
- val pos: Vector3
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val proximity_alert: TerrainCondition.Value
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val vehicle_guid: PlanetSideGUID
- 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()