C# 클래스 MinecraftLibrary.Packet.Packet_Login

상속: Packet
파일 보기 프로젝트 열기: ags131/SharpMinecraftLibrary

공개 프로퍼티들

프로퍼티 타입 설명
difficulty SByte
dim SByte
eID int
maxPlayers byte
mode int
protocol int
seed long
username string
worldHeight byte

공개 메소드들

메소드 설명
read ( Stream str ) : void
write ( ) : byte[]

메소드 상세

read() 공개 메소드

public read ( Stream str ) : void
str Stream
리턴 void

write() 공개 메소드

public write ( ) : byte[]
리턴 byte[]

프로퍼티 상세

difficulty 공개적으로 프로퍼티

public SByte difficulty
리턴 SByte

dim 공개적으로 프로퍼티

public SByte dim
리턴 SByte

eID 공개적으로 프로퍼티

public int eID
리턴 int

maxPlayers 공개적으로 프로퍼티

public byte maxPlayers
리턴 byte

mode 공개적으로 프로퍼티

public int mode
리턴 int

protocol 공개적으로 프로퍼티

public int protocol
리턴 int

seed 공개적으로 프로퍼티

public long seed
리턴 long

username 공개적으로 프로퍼티

public string username
리턴 string

worldHeight 공개적으로 프로퍼티

public byte worldHeight
리턴 byte