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

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

Public Methods

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

Protected Methods

Method Description
PrepareEndPoint ( ) : void

Prepares the end point.

Method Details

ClassicServerInterface() public method

public ClassicServerInterface ( 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