C# Class Pdelvo.Minecraft.Protocol.ClientRemoteInterface

A remote interface to handle a connection to a default minecraft client
Inheritance: RemoteInterface
Show file Open project: pdelvo/Pdelvo.Minecraft Class Usage Examples

Public Methods

Method Description
ClientRemoteInterface ( BigEndianStream stream, int version ) : System.IO

Initializes a new instance of the ClientRemoteInterface class.

Create ( Stream baseStream, int protocolVersion ) : ClientRemoteInterface

Protected Methods

Method Description
PrepareEndPoint ( ) : void

Prepares the end point.

Method Details

ClientRemoteInterface() public method

Initializes a new instance of the ClientRemoteInterface class.
public ClientRemoteInterface ( BigEndianStream stream, int version ) : System.IO
stream Pdelvo.Minecraft.Network.BigEndianStream The stream.
version int The version.
return System.IO

Create() public static method

public static Create ( Stream baseStream, int protocolVersion ) : ClientRemoteInterface
baseStream System.IO.Stream
protocolVersion int
return ClientRemoteInterface

PrepareEndPoint() protected method

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