C# Class Pdelvo.Minecraft.Protocol.ServerRemoteInterface

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

Méthodes publiques

Méthode 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

Méthode Description
PrepareEndPoint ( ) : void

Method Details

Create() public static méthode

public static Create ( Stream baseStream, int protocolVersion ) : ServerRemoteInterface
baseStream System.IO.Stream
protocolVersion int
Résultat ServerRemoteInterface

ServerRemoteInterface() public méthode

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.
Résultat System.Diagnostics.CodeAnalysis