final case class FriendsResponse(action: types.MemberAction.Value, unk1: Int, first_entry: Boolean, last_entry: Boolean, friends: List[Friend]) extends PlanetSideGamePacket with Product with Serializable
Manage the lists of other players whose names are retained by the given player.
Friends can be remembered and their current playing status can be reported.
Ignored players will have their comments stifled in the given player's chat window.
This does not handle outfit member lists.
- action
the purpose of the entry(s) in this packet
- unk1
na; always 0?
- first_entry
this is the first packet for this action
- last_entry
this is the last packet for this action
- friends
a list of
Friend
s
- Source
- FriendsResponse.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FriendsResponse
- Product
- Equals
- PlanetSideGamePacket
- PlanetSidePacket
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new FriendsResponse(action: types.MemberAction.Value, unk1: Int, first_entry: Boolean, last_entry: Boolean, friends: List[Friend])
- action
the purpose of the entry(s) in this packet
- unk1
na; always 0?
- first_entry
this is the first packet for this action
- last_entry
this is the last packet for this action
- friends
a list of
Friend
s
Type Members
- type Packet = FriendsResponse
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
- val action: types.MemberAction.Value
- 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
- FriendsResponse → 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])
- val first_entry: Boolean
- val friends: List[Friend]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val last_entry: Boolean
- 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: Type
- Definition Classes
- FriendsResponse → PlanetSideGamePacket → PlanetSidePacket
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val unk1: 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()