Packages

object AvatarResponse

Source
AvatarServiceResponse.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AvatarResponse
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class ArmorChanged(suit: types.ExoSuitType.Value, subtype: Int) extends Response with Product with Serializable
  2. final case class ChangeAmmo(weapon_guid: PlanetSideGUID, weapon_slot: Int, old_ammo_guid: PlanetSideGUID, ammo_id: Int, ammo_guid: PlanetSideGUID, ammo_data: ConstructorData) extends Response with Product with Serializable
  3. final case class ChangeExosuit(target_guid: PlanetSideGUID, armor: Int, exosuit: types.ExoSuitType.Value, subtype: Int, last_drawn_slot: Int, new_max_hand: Boolean, old_holsters: List[(Equipment, PlanetSideGUID)], holsters: List[InventoryItem], old_inventory: List[(Equipment, PlanetSideGUID)], inventory: List[InventoryItem], drop: List[InventoryItem], delete: List[(Equipment, PlanetSideGUID)]) extends Response with Product with Serializable
  4. final case class ChangeFireMode(item_guid: PlanetSideGUID, mode: Int) extends Response with Product with Serializable
  5. final case class ChangeFireState_Start(weapon_guid: PlanetSideGUID) extends Response with Product with Serializable
  6. final case class ChangeFireState_Stop(weapon_guid: PlanetSideGUID) extends Response with Product with Serializable
  7. final case class ChangeLoadout(target_guid: PlanetSideGUID, armor: Int, exosuit: types.ExoSuitType.Value, subtype: Int, last_drawn_slot: Int, new_max_hand: Boolean, old_holsters: List[(Equipment, PlanetSideGUID)], holsters: List[InventoryItem], old_inventory: List[(Equipment, PlanetSideGUID)], inventory: List[InventoryItem], drop: List[InventoryItem]) extends Response with Product with Serializable
  8. final case class ConcealPlayer() extends Response with Product with Serializable
  9. final case class Destroy(victim: PlanetSideGUID, killer: PlanetSideGUID, weapon: PlanetSideGUID, pos: Vector3) extends Response with Product with Serializable
  10. final case class DestroyDisplay(killer: SourceEntry, victim: SourceEntry, method: Int, unk: Int) extends Response with Product with Serializable
  11. final case class DropItem(pkt: ObjectCreateMessage) extends Response with Product with Serializable
  12. final case class DropSpecialItem() extends Response with Product with Serializable
  13. final case class EnvironmentalDamage(target: PlanetSideGUID, source_guid: PlanetSideGUID, amount: Int) extends Response with Product with Serializable
  14. final case class EquipmentInHand(pkt: ObjectCreateMessage) extends Response with Product with Serializable
  15. final case class GenericObjectAction(object_guid: PlanetSideGUID, action_code: Int) extends Response with Product with Serializable
  16. final case class HitHint(source_guid: PlanetSideGUID) extends Response with Product with Serializable
  17. final case class Killed(mount_guid: Option[PlanetSideGUID]) extends Response with Product with Serializable
  18. final case class KitNotUsed(kit_guid: PlanetSideGUID, msg: String) extends Response with Product with Serializable
  19. final case class LoadPlayer(pkt: ObjectCreateMessage) extends Response with Product with Serializable
  20. final case class LoadProjectile(pkt: ObjectCreateMessage) extends Response with Product with Serializable
  21. final case class ObjectDelete(item_guid: PlanetSideGUID, unk: Int) extends Response with Product with Serializable
  22. final case class ObjectHeld(slot: Int, previousSLot: Int) extends Response with Product with Serializable
  23. final case class OxygenState(player: OxygenStateTarget, vehicle: Option[OxygenStateTarget]) extends Response with Product with Serializable
  24. final case class PlanetsideAttribute(attribute_type: Int, attribute_value: Long) extends Response with Product with Serializable
  25. final case class PlanetsideAttributeSelf(attribute_type: Int, attribute_value: Long) extends Response with Product with Serializable
  26. final case class PlanetsideAttributeToAll(attribute_type: Int, attribute_value: Long) extends Response with Product with Serializable
  27. final case class PlayerState(pos: Vector3, vel: Option[Vector3], facingYaw: Float, facingPitch: Float, facingYawUpper: Float, timestamp: Int, is_crouching: Boolean, is_jumping: Boolean, jump_thrust: Boolean, is_cloaked: Boolean, spectator: Boolean, weaponInHand: Boolean) extends Response with Product with Serializable
  28. final case class ProjectileAutoLockAwareness(mode: Int) extends Response with Product with Serializable
  29. final case class ProjectileExplodes(projectile_guid: PlanetSideGUID, projectile: Projectile) extends Response with Product with Serializable
  30. final case class ProjectileState(projectile_guid: PlanetSideGUID, shot_pos: Vector3, shot_vel: Vector3, shot_orient: Vector3, sequence: Int, end: Boolean, hit_target: PlanetSideGUID) extends Response with Product with Serializable
  31. final case class PutDownFDU(target_guid: PlanetSideGUID) extends Response with Product with Serializable
  32. final case class Release(player: Player) extends Response with Product with Serializable
  33. final case class Reload(weapon_guid: PlanetSideGUID) extends Response with Product with Serializable
  34. sealed trait Response extends AnyRef
  35. final case class Revive(target_guid: PlanetSideGUID) extends Response with Product with Serializable
  36. final case class SendResponse(msg: PlanetSideGamePacket) extends Response with Product with Serializable
  37. final case class SendResponseTargeted(target_guid: PlanetSideGUID, msg: PlanetSideGamePacket) extends Response with Product with Serializable
  38. final case class SetEmpire(object_guid: PlanetSideGUID, faction: types.PlanetSideEmpire.Value) extends Response with Product with Serializable
  39. final case class StowEquipment(target_guid: PlanetSideGUID, slot: Int, item: Equipment) extends Response with Product with Serializable
  40. final case class TeardownConnection() extends Response with Product with Serializable
  41. final case class TerminalOrderResult(terminal_guid: PlanetSideGUID, action: types.TransactionType.Value, result: Boolean) extends Response with Product with Serializable
  42. final case class UseKit(kit_guid: PlanetSideGUID, kit_objid: Int) extends Response with Product with Serializable
  43. final case class WeaponDryFire(weapon_guid: PlanetSideGUID) extends Response with Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped