C# Class Sharpcraft.Networking.Packets.PlayerListItemPacket

Inheritance: Packet
Mostra file Open project: SijmenSchoon/Sharpcraft Class Usage Examples

Public Properties

Property Type Description
Online bool
Ping System.Int16
Ping short
PlayerName string

Public Methods

Method Description
PlayerListItemPacket ( string playerName = null, bool online = false, Int16 ping ) : System

Method Details

PlayerListItemPacket() public method

public PlayerListItemPacket ( string playerName = null, bool online = false, Int16 ping ) : System
playerName string
online bool
ping System.Int16
return System

Property Details

Online public_oe property

public bool Online
return bool

Ping public_oe property

public Int16,System Ping
return System.Int16

Ping public_oe property

public short Ping
return short

PlayerName public_oe property

public string PlayerName
return string