C# 클래스 Pdelvo.Minecraft.Protocol.ServerRemoteInterface

A remote interface to handle a connection to a default minecraft server
상속: RemoteInterface
파일 보기 프로젝트 열기: pdelvo/Pdelvo.Minecraft 1 사용 예제들

공개 메소드들

메소드 설명
Create ( Stream baseStream, int protocolVersion ) : ServerRemoteInterface
ServerRemoteInterface ( BigEndianStream stream, int version ) : System.Diagnostics.CodeAnalysis

Initializes a new instance of the ServerRemoteInterface class.

비공개 메소드들

메소드 설명
PrepareEndPoint ( ) : void

메소드 상세

Create() 공개 정적인 메소드

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

ServerRemoteInterface() 공개 메소드

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.
리턴 System.Diagnostics.CodeAnalysis