C# Class MinecraftLibrary.Packet.Packet_PlayerListItem

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

Public Properties

Property Type Description
name string
online bool
ping short

Public Methods

Method Description
read ( Queue data ) : bool
write ( ) : byte[]

Method Details

read() public method

public read ( Queue data ) : bool
data Queue
return bool

write() public method

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

Property Details

name public_oe property

public string name
return string

online public_oe property

public bool online
return bool

ping public_oe property

public short ping
return short