C# Class Pdelvo.Minecraft.Protocol.Classic.Packets.SpawnPlayer

Inheritance: Protocol.Packets.Packet
Mostrar archivo Open project: pdelvo/Pdelvo.Minecraft

Public Methods

Method Description
SpawnPlayer ( ) : System

Initializes a new instance of the SpawnPlayer class.

Protected Methods

Method Description
OnReceive ( BigEndianStream reader, int version ) : void

Receives the specified reader.

OnSend ( BigEndianStream writer, int version ) : void

Sends the specified writer.

Method Details

OnReceive() protected method

Receives the specified reader.
protected OnReceive ( BigEndianStream reader, int version ) : void
reader BigEndianStream The reader.
version int The version.
return void

OnSend() protected method

Sends the specified writer.
protected OnSend ( BigEndianStream writer, int version ) : void
writer BigEndianStream The writer.
version int The version.
return void

SpawnPlayer() public method

Initializes a new instance of the SpawnPlayer class.
public SpawnPlayer ( ) : System
return System