C# Class fCraft.Events.PlayerJoinedWorldEventArgs

Provides data for Player.JoinedWorld event. Immutable.
Inheritance: System.EventArgs, IPlayerEvent
显示文件 Open project: fragmer/fCraft Class Usage Examples

Private Properties

Property Type Description
PlayerJoinedWorldEventArgs System
PlayerJoinedWorldEventArgs System

Public Methods

Method Description
PlayerJoinedWorldEventArgs ( [ player, World oldWorld, World newWorld, WorldChangeReason reason ) : System

Private Methods

Method Description
PlayerJoinedWorldEventArgs ( [ player, [ oldWorld, [ newWorld, WorldChangeContext context ) : System
PlayerJoinedWorldEventArgs ( [ player, [ oldWorld, [ newWorld, WorldChangeReason context ) : System

Method Details

PlayerJoinedWorldEventArgs() public method

public PlayerJoinedWorldEventArgs ( [ player, World oldWorld, World newWorld, WorldChangeReason reason ) : System
player [
oldWorld World
newWorld World
reason WorldChangeReason
return System