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

Initializes a new instance of the PlayerJoinedWorldEventArgs class

Namespace: fCraft.Events
Assembly: fCraft (in fCraft.dll) Version: 0.6.2.4 (0.6.2.4)

Syntax

   
 C# 
public PlayerJoinedWorldEventArgs(
	Player player,
	World oldWorld,
	World newWorld,
	WorldChangeReason reason
)

Parameters

player
Player

[Missing <param name="player"/> documentation for "M:fCraft.Events.PlayerJoinedWorldEventArgs.#ctor(fCraft.Player,fCraft.World,fCraft.World,fCraft.WorldChangeReason)"]

oldWorld
World

[Missing <param name="oldWorld"/> documentation for "M:fCraft.Events.PlayerJoinedWorldEventArgs.#ctor(fCraft.Player,fCraft.World,fCraft.World,fCraft.WorldChangeReason)"]

newWorld
World

[Missing <param name="newWorld"/> documentation for "M:fCraft.Events.PlayerJoinedWorldEventArgs.#ctor(fCraft.Player,fCraft.World,fCraft.World,fCraft.WorldChangeReason)"]

reason
WorldChangeReason

[Missing <param name="reason"/> documentation for "M:fCraft.Events.PlayerJoinedWorldEventArgs.#ctor(fCraft.Player,fCraft.World,fCraft.World,fCraft.WorldChangeReason)"]

See Also