[This is preliminary documentation and is subject to change.]

The PlayerInfo type exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
BannedByClassy
ClassyName
FrozenByClassy
IsBanned
Returns whether player is name-banned or not.
IsMuted
Whether this player is currently muted.
IsOnline
Whether the player is currently online. Another way to check online status is to check if PlayerObject is null.
LastKickByClassy
MutedByClassy
Name
Player's Minecraft account name.
PlayerObject
If player is online, Player object associated with the session. If player is offline, null.
Rank
Player's current rank.
RankChangedByClassy
TimeMutedLeft
TimeSinceBan
TimeSinceFirstLogin
TimeSinceFrozen
TimeSinceLastKick
TimeSinceLastLogin
TimeSinceLastSeen
TimeSinceRankChange
TimeSinceUnban
UnbannedByClassy

See Also