fCraft  0.638
Custom Minecraft Server
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Events
fCraft.HeartbeatData Class Reference

Contains data that's sent to heartbeat servers. More...

Properties

Uri HeartbeatUri [get, set]
 The heartbeat Uri sent to minecraft.net in order to remain on the server list.
 
string Salt [get, set]
 Server salt used in name verification (hashing).
 
IPAddress ServerIP [get, set]
 IP address of this server.
 
int Port [get, set]
 Port that players should connect to in order to join this server.
 
int PlayerCount [get, set]
 Number of players currently in the server.
 
int MaxPlayers [get, set]
 Maximum number of player the server can support.
 
string ServerName [get, set]
 Name of the server to display on minecraft.net.
 
bool IsPublic [get, set]
 Wether or not the server should be listed on minecraft.net
 
int ProtocolVersion [get, set]
 Version of the classice minecraft protocol that this server is using.
 
Dictionary< string, string > CustomData [get, set]
 Any other custom data that needs to be sent.
 

Detailed Description

Contains data that's sent to heartbeat servers.

Property Documentation

Dictionary<string, string> fCraft.HeartbeatData.CustomData
getset

Any other custom data that needs to be sent.

Uri fCraft.HeartbeatData.HeartbeatUri
getset

The heartbeat Uri sent to minecraft.net in order to remain on the server list.

bool fCraft.HeartbeatData.IsPublic
getset

Wether or not the server should be listed on minecraft.net

int fCraft.HeartbeatData.MaxPlayers
getset

Maximum number of player the server can support.

int fCraft.HeartbeatData.PlayerCount
getset

Number of players currently in the server.

int fCraft.HeartbeatData.Port
getset

Port that players should connect to in order to join this server.

int fCraft.HeartbeatData.ProtocolVersion
getset

Version of the classice minecraft protocol that this server is using.

string fCraft.HeartbeatData.Salt
getset

Server salt used in name verification (hashing).

IPAddress fCraft.HeartbeatData.ServerIP
getset

IP address of this server.

string fCraft.HeartbeatData.ServerName
getset

Name of the server to display on minecraft.net.


The documentation for this class was generated from the following file: