C# Class Pdelvo.Minecraft.Protocol.Packets.PlayerPositionLookRequest

Inheritance: Packet
显示文件 Open project: pdelvo/Pdelvo.Minecraft

Public Methods

Method Description
PlayerPositionLookRequest ( ) : System

Initializes a new instance of the PlayerPositionLookRequest 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 Pdelvo.Minecraft.Network.BigEndianStream The reader.
version int The version.
return void

OnSend() protected method

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

PlayerPositionLookRequest() public method

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