C# Class MinecraftLibrary.Packet.Packet_Login

Inheritance: Packet
ファイルを表示 Open project: ags131/SharpMinecraftLibrary

Public Properties

Property Type Description
difficulty SByte
dim SByte
eID int
maxPlayers byte
mode int
protocol int
seed long
username string
worldHeight byte

Public Methods

Method Description
read ( Stream str ) : void
write ( ) : byte[]

Method Details

read() public method

public read ( Stream str ) : void
str Stream
return void

write() public method

public write ( ) : byte[]
return byte[]

Property Details

difficulty public_oe property

public SByte difficulty
return SByte

dim public_oe property

public SByte dim
return SByte

eID public_oe property

public int eID
return int

maxPlayers public_oe property

public byte maxPlayers
return byte

mode public_oe property

public int mode
return int

protocol public_oe property

public int protocol
return int

seed public_oe property

public long seed
return long

username public_oe property

public string username
return string

worldHeight public_oe property

public byte worldHeight
return byte