C# Class Pdelvo.Minecraft.Protocol.Classic.ClassicClientInterface

Inheritance: RemoteInterface
Show file Open project: pdelvo/Pdelvo.Minecraft

Public Methods

Method Description
ClassicClientInterface ( BigEndianStream stream, int version ) : Pdelvo.Minecraft.Network

Protected Methods

Method Description
PrepareEndPoint ( ) : void

Prepares the end point.

Method Details

ClassicClientInterface() public method

public ClassicClientInterface ( BigEndianStream stream, int version ) : Pdelvo.Minecraft.Network
stream Pdelvo.Minecraft.Network.BigEndianStream
version int
return Pdelvo.Minecraft.Network

PrepareEndPoint() protected method

Prepares the end point.
protected PrepareEndPoint ( ) : void
return void