C# Class MinecraftLibrary.Packet.Packet_Login

Inheritance: Packet
Show file 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 property

public SByte difficulty
return SByte

dim public property

public SByte dim
return SByte

eID public property

public int eID
return int

maxPlayers public property

public byte maxPlayers
return byte

mode public property

public int mode
return int

protocol public property

public int protocol
return int

seed public property

public long seed
return long

username public property

public string username
return string

worldHeight public property

public byte worldHeight
return byte