C# Class Bricklayer.Client.Interface.ServerDataControl

A control for displaying a servers name, players online, motd, etc in the serverlist
Inheritance: Control
Show file Open project: Cyral/Bricklayer

Public Properties

Property Type Description
Data ServerSaveData
Ping ServerPingData

Public Methods

Method Description
DrawControl ( TomShane.Neoforce.Controls.Renderer renderer, Rectangle rect, GameTime gameTime ) : void
ServerDataControl ( TomShane.Neoforce.Controls.Manager manager, ServerPinger pinger, ServerSaveData server ) : System

Private Methods

Method Description
PingServer ( ServerPinger pinger ) : void

Method Details

DrawControl() public method

public DrawControl ( TomShane.Neoforce.Controls.Renderer renderer, Rectangle rect, GameTime gameTime ) : void
renderer TomShane.Neoforce.Controls.Renderer
rect Microsoft.Xna.Framework.Rectangle
gameTime Microsoft.Xna.Framework.GameTime
return void

ServerDataControl() public method

public ServerDataControl ( TomShane.Neoforce.Controls.Manager manager, ServerPinger pinger, ServerSaveData server ) : System
manager TomShane.Neoforce.Controls.Manager
pinger Bricklayer.Client.Networking.ServerPinger
server ServerSaveData
return System

Property Details

Data public property

public ServerSaveData Data
return ServerSaveData

Ping public property

public ServerPingData Ping
return ServerPingData