C# Class fCraft.Server

Core of an fCraft server. Manages startup/shutdown, online player sessions, and global events and scheduled tasks.
Show file Open project: GlennMR/800craft Class Usage Examples

Private Methods

Method Description
RaiseEvent ( EventHandler h ) : void
RaisePlayerListChangedEvent ( ) : void
RaiseSessionConnectedEvent ( [ player ) : void
RaiseSessionConnectingEvent ( [ ip ) : bool
RaiseSessionDisconnectedEvent ( [ player, LeaveReason leaveReason ) : void
RaiseShutdownBeganEvent ( ShutdownParams shutdownParams ) : void
RaiseShutdownEndedEvent ( ShutdownParams shutdownParams ) : void