C# Class Sharpcraft.Networking.Packets.PlayerListItemPacket

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

public bool Online
return bool

Ping public property

public Int16,System Ping
return System.Int16

Ping public property

public short Ping
return short

PlayerName public property

public string PlayerName
return string