C# Class MinecraftLibrary.Packet.Packet_Login

Inheritance: Packet
Afficher le fichier Open project: ags131/SharpMinecraftLibrary

Méthodes publiques

Свойство Type Description
difficulty SByte
dim SByte
eID int
maxPlayers byte
mode int
protocol int
seed long
username string
worldHeight byte

Méthodes publiques

Méthode Description
read ( Stream str ) : void
write ( ) : byte[]

Method Details

read() public méthode

public read ( Stream str ) : void
str Stream
Résultat void

write() public méthode

public write ( ) : byte[]
Résultat byte[]

Property Details

difficulty public_oe property

public SByte difficulty
Résultat SByte

dim public_oe property

public SByte dim
Résultat SByte

eID public_oe property

public int eID
Résultat int

maxPlayers public_oe property

public byte maxPlayers
Résultat byte

mode public_oe property

public int mode
Résultat int

protocol public_oe property

public int protocol
Résultat int

seed public_oe property

public long seed
Résultat long

username public_oe property

public string username
Résultat string

worldHeight public_oe property

public byte worldHeight
Résultat byte