C# Class Pdelvo.Minecraft.Protocol.ServerRemoteInterface

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

Public Methods

Method Description
Create ( Stream baseStream, int protocolVersion ) : ServerRemoteInterface
ServerRemoteInterface ( BigEndianStream stream, int version ) : System.Diagnostics.CodeAnalysis

Initializes a new instance of the ServerRemoteInterface class.

Private Methods

Method Description
PrepareEndPoint ( ) : void

Method Details

Create() public static method

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

ServerRemoteInterface() public method

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