C# 클래스 WindBot.Game.ClientCard

파일 보기 프로젝트 열기: SalvationDevelopment/windbot 1 사용 예제들

공개 메소드들

메소드 설명
ClientCard ( int id, CardLocation loc ) : System.Collections.Generic
ClientCard ( int id, CardLocation loc, int position ) : System.Collections.Generic
Equals ( ClientCard card ) : bool
GetDefensePower ( ) : int
HasAttribute ( CardAttribute attribute ) : bool
HasPosition ( CardPosition position ) : bool
HasType ( CardType type ) : bool
IsAttack ( ) : bool
IsDefense ( ) : bool
IsExtraCard ( ) : bool
IsFacedown ( ) : bool
IsMonster ( ) : bool
IsSpell ( ) : bool
IsTrap ( ) : bool
SetId ( int id ) : void
Update ( BinaryReader packet, Duel duel ) : void

메소드 상세

ClientCard() 공개 메소드

public ClientCard ( int id, CardLocation loc ) : System.Collections.Generic
id int
loc CardLocation
리턴 System.Collections.Generic

ClientCard() 공개 메소드

public ClientCard ( int id, CardLocation loc, int position ) : System.Collections.Generic
id int
loc CardLocation
position int
리턴 System.Collections.Generic

Equals() 공개 메소드

public Equals ( ClientCard card ) : bool
card ClientCard
리턴 bool

GetDefensePower() 공개 메소드

public GetDefensePower ( ) : int
리턴 int

HasAttribute() 공개 메소드

public HasAttribute ( CardAttribute attribute ) : bool
attribute CardAttribute
리턴 bool

HasPosition() 공개 메소드

public HasPosition ( CardPosition position ) : bool
position CardPosition
리턴 bool

HasType() 공개 메소드

public HasType ( CardType type ) : bool
type CardType
리턴 bool

IsAttack() 공개 메소드

public IsAttack ( ) : bool
리턴 bool

IsDefense() 공개 메소드

public IsDefense ( ) : bool
리턴 bool

IsExtraCard() 공개 메소드

public IsExtraCard ( ) : bool
리턴 bool

IsFacedown() 공개 메소드

public IsFacedown ( ) : bool
리턴 bool

IsMonster() 공개 메소드

public IsMonster ( ) : bool
리턴 bool

IsSpell() 공개 메소드

public IsSpell ( ) : bool
리턴 bool

IsTrap() 공개 메소드

public IsTrap ( ) : bool
리턴 bool

SetId() 공개 메소드

public SetId ( int id ) : void
id int
리턴 void

Update() 공개 메소드

public Update ( BinaryReader packet, Duel duel ) : void
packet BinaryReader
duel Duel
리턴 void