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

Provides data for PlayerInfo.Created event. Immutable. More...

+ Inheritance diagram for fCraft.Events.PlayerInfoCreatedEventArgs:
+ Collaboration diagram for fCraft.Events.PlayerInfoCreatedEventArgs:

Properties

PlayerInfo PlayerInfo [get, set]
 Newly-added PlayerInfo object.
 
bool IsUnrecognized [get, set]
 Whether new player is unrecognized.
 
- Properties inherited from fCraft.Events.IPlayerInfoEvent
PlayerInfo PlayerInfo [get]
 Player affected by the event.
 

Detailed Description

Provides data for PlayerInfo.Created event. Immutable.

Property Documentation

bool fCraft.Events.PlayerInfoCreatedEventArgs.IsUnrecognized
getset

Whether new player is unrecognized.

False if a real player is actually connected.

True if the player is just being added by name.

PlayerInfo fCraft.Events.PlayerInfoCreatedEventArgs.PlayerInfo
getset

Newly-added PlayerInfo object.


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