C# Class OpenStory.Server.World.WorldServer

World server class! Handles world server stuff.
Inheritance: OpenStory.Server.Processing.GameServerBase, IChannelToWorldRequestHandler, INexusToWorldRequestHandler
ファイルを表示 Open project: shoftee/OpenStory

Public Methods

Method Description
BroadcastFromChannel ( int channelId, CharacterKey targets, byte data ) : void
GetDetails ( ) : IWorld
WorldServer ( IServiceContainer nexus, ChannelContainer channelContainer, IWorldInfoProvider worldInfoProvider ) : System.Linq

Initializes a new instance of the WorldServer class.

Protected Methods

Method Description
OnInitializing ( OsServiceConfiguration serviceConfiguration ) : void
OnStarting ( ) : void
OnStopping ( ) : void

Method Details

BroadcastFromChannel() public method

public BroadcastFromChannel ( int channelId, CharacterKey targets, byte data ) : void
channelId int
targets CharacterKey
data byte
return void

GetDetails() public method

public GetDetails ( ) : IWorld
return IWorld

OnInitializing() protected method

protected OnInitializing ( OsServiceConfiguration serviceConfiguration ) : void
serviceConfiguration OsServiceConfiguration
return void

OnStarting() protected method

protected OnStarting ( ) : void
return void

OnStopping() protected method

protected OnStopping ( ) : void
return void

WorldServer() public method

Initializes a new instance of the WorldServer class.
public WorldServer ( IServiceContainer nexus, ChannelContainer channelContainer, IWorldInfoProvider worldInfoProvider ) : System.Linq
nexus IServiceContainer
channelContainer ChannelContainer
worldInfoProvider IWorldInfoProvider
return System.Linq