C# Class Aura.Channel.Network.Sending.Helpers.PartyHelper

Datei anzeigen Open project: aura-project/aura

Public Methods

Method Description
AddParty ( this packet, Party party ) : void

Constructs the party info packet, because this is used in a number of packets.

AddPartyMember ( this packet, Creature creature ) : void

Adds the referred creature's data to the referenced packet.

AddPartyMembers ( this packet, Party party ) : void

Adds party member data to the referenced packet.

Method Details

AddParty() public static method

Constructs the party info packet, because this is used in a number of packets.
public static AddParty ( this packet, Party party ) : void
packet this
party Aura.Channel.World.Party
return void

AddPartyMember() public static method

Adds the referred creature's data to the referenced packet.
public static AddPartyMember ( this packet, Creature creature ) : void
packet this
creature Aura.Channel.World.Entities.Creature
return void

AddPartyMembers() public static method

Adds party member data to the referenced packet.
public static AddPartyMembers ( this packet, Party party ) : void
packet this
party Aura.Channel.World.Party
return void