C# Класс Pdelvo.Minecraft.Protocol.ClientRemoteInterface

A remote interface to handle a connection to a default minecraft client
Наследование: RemoteInterface
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ClientRemoteInterface ( BigEndianStream stream, int version ) : System.IO

Initializes a new instance of the ClientRemoteInterface class.

Create ( Stream baseStream, int protocolVersion ) : ClientRemoteInterface

Защищенные методы

Метод Описание
PrepareEndPoint ( ) : void

Prepares the end point.

Описание методов

ClientRemoteInterface() публичный Метод

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.
Результат System.IO

Create() публичный статический Метод

public static Create ( Stream baseStream, int protocolVersion ) : ClientRemoteInterface
baseStream System.IO.Stream
protocolVersion int
Результат ClientRemoteInterface

PrepareEndPoint() защищенный Метод

Prepares the end point.
protected PrepareEndPoint ( ) : void
Результат void