C# Class Codebreak.Service.World.Game.Guild.GuildMember

Inheritance: Codebreak.Service.World.Network.MessageDispatcher
Exibir arquivo Open project: hussein-aitlahcen/codebreak Class Usage Examples

Public Methods

Method Description
BoostGuildSpell ( int spellId ) : void

BoostGuildStats ( char statId ) : void

CharacterConnected ( CharacterEntity character ) : void

CharacterDisconnected ( ) : void

FarmTaxCollector ( TaxCollectorEntity taxCollector ) : void

GuildLeave ( ) : void

GuildMember ( GuildInstance guild, CharacterDAO character ) : System

HasRight ( GuildRightEnum right ) : bool

HireTaxCollector ( ) : void

MemberKick ( ) : void

MemberKick ( string kickedMemberName ) : void

MemberProfilUpdate ( long profilId, int rank, int percent, int power ) : void

RemoveTaxCollector ( TaxCollectorEntity taxCollector ) : void

SendBoostInformations ( ) : void

SendGeneralInformations ( ) : void

SendGuildStats ( ) : void

SendHasNotEnoughRights ( ) : void

SendMembersInformations ( ) : void

SendTaxCollectorsList ( ) : void

SerializeAs_GuildMemberInformations ( StringBuilder message ) : void

SerializeAs_TaxCollectorDefender ( StringBuilder message ) : void

SetBoss ( ) : void

SetRight ( GuildRightEnum right, bool value ) : void

TaxCollectorJoin ( long id ) : void

TaxCollectorLeave ( ) : void

TaxCollectorsInterfaceJoin ( ) : void

TaxCollectorsInterfaceLeave ( ) : void

Method Details

BoostGuildSpell() public method

public BoostGuildSpell ( int spellId ) : void
spellId int
return void

BoostGuildStats() public method

public BoostGuildStats ( char statId ) : void
statId char
return void

CharacterConnected() public method

public CharacterConnected ( CharacterEntity character ) : void
character Codebreak.Service.World.Game.Entity.CharacterEntity
return void

CharacterDisconnected() public method

public CharacterDisconnected ( ) : void
return void

FarmTaxCollector() public method

public FarmTaxCollector ( TaxCollectorEntity taxCollector ) : void
taxCollector Codebreak.Service.World.Game.Entity.TaxCollectorEntity
return void

GuildLeave() public method

public GuildLeave ( ) : void
return void

GuildMember() public method

public GuildMember ( GuildInstance guild, CharacterDAO character ) : System
guild GuildInstance
character CharacterDAO
return System

HasRight() public method

public HasRight ( GuildRightEnum right ) : bool
right GuildRightEnum
return bool

HireTaxCollector() public method

public HireTaxCollector ( ) : void
return void

MemberKick() public method

public MemberKick ( ) : void
return void

MemberKick() public method

public MemberKick ( string kickedMemberName ) : void
kickedMemberName string
return void

MemberProfilUpdate() public method

public MemberProfilUpdate ( long profilId, int rank, int percent, int power ) : void
profilId long
rank int
percent int
power int
return void

RemoveTaxCollector() public method

public RemoveTaxCollector ( TaxCollectorEntity taxCollector ) : void
taxCollector Codebreak.Service.World.Game.Entity.TaxCollectorEntity
return void

SendBoostInformations() public method

public SendBoostInformations ( ) : void
return void

SendGeneralInformations() public method

public SendGeneralInformations ( ) : void
return void

SendGuildStats() public method

public SendGuildStats ( ) : void
return void

SendHasNotEnoughRights() public method

public SendHasNotEnoughRights ( ) : void
return void

SendMembersInformations() public method

public SendMembersInformations ( ) : void
return void

SendTaxCollectorsList() public method

public SendTaxCollectorsList ( ) : void
return void

SerializeAs_GuildMemberInformations() public method

public SerializeAs_GuildMemberInformations ( StringBuilder message ) : void
message StringBuilder
return void

SerializeAs_TaxCollectorDefender() public method

public SerializeAs_TaxCollectorDefender ( StringBuilder message ) : void
message StringBuilder
return void

SetBoss() public method

public SetBoss ( ) : void
return void

SetRight() public method

public SetRight ( GuildRightEnum right, bool value ) : void
right GuildRightEnum
value bool
return void

TaxCollectorJoin() public method

public TaxCollectorJoin ( long id ) : void
id long
return void

TaxCollectorLeave() public method

public TaxCollectorLeave ( ) : void
return void

TaxCollectorsInterfaceJoin() public method

public TaxCollectorsInterfaceJoin ( ) : void
return void

TaxCollectorsInterfaceLeave() public method

public TaxCollectorsInterfaceLeave ( ) : void
return void