C# Class YGOSharp.Player

Datei anzeigen Open project: IceYGO/ygosharp Class Usage Examples

Public Methods

Method Description
Disconnect ( ) : void
Equals ( Player player ) : bool
OnDisconnected ( ) : void
Parse ( BinaryReader packet ) : void
Player ( Game game, YGOClient client ) : System.IO
Send ( BinaryWriter packet ) : void
SendTypeChange ( ) : void

Private Methods

Method Description
OnChat ( BinaryReader packet ) : void
OnCreateGame ( BinaryReader packet ) : void
OnHandResult ( BinaryReader packet ) : void
OnJoinGame ( BinaryReader packet ) : void
OnKick ( BinaryReader packet ) : void
OnPlayerInfo ( BinaryReader packet ) : void
OnResponse ( BinaryReader packet ) : void
OnTpResult ( BinaryReader packet ) : void
OnUpdateDeck ( BinaryReader packet ) : void

Method Details

Disconnect() public method

public Disconnect ( ) : void
return void

Equals() public method

public Equals ( Player player ) : bool
player Player
return bool

OnDisconnected() public method

public OnDisconnected ( ) : void
return void

Parse() public method

public Parse ( BinaryReader packet ) : void
packet BinaryReader
return void

Player() public method

public Player ( Game game, YGOClient client ) : System.IO
game Game
client YGOSharp.Network.YGOClient
return System.IO

Send() public method

public Send ( BinaryWriter packet ) : void
packet BinaryWriter
return void

SendTypeChange() public method

public SendTypeChange ( ) : void
return void