Class OpenApi
Inheritance
System.Object
OpenApi
Namespace: OpenAPI
Assembly: OpenAPI.dll
Syntax
public class OpenApi : object
Constructors
| Improve this Doc View SourceOpenApi()
Declaration
public OpenApi()
Properties
| Improve this Doc View SourceCommandManager
Declaration
public CommandManager CommandManager { get; }
Property Value
Type | Description |
---|---|
CommandManager |
EventDispatcher
The root EventDispatcher If you want to receive all server wide events Event this is the instance to do so.
Declaration
public EventDispatcher EventDispatcher { get; }
Property Value
Type | Description |
---|---|
EventDispatcher |
ItemFactory
The OpenItemFactory instance used globally
Declaration
public OpenItemFactory ItemFactory { get; }
Property Value
Type | Description |
---|---|
OpenItemFactory |
LevelManager
The OpenLevelManager instance responsible for all Levels OpenLevel
Declaration
public OpenLevelManager LevelManager { get; }
Property Value
Type | Description |
---|---|
OpenLevelManager |
MotdProvider
The OpenMotdProvider responsible for the MOTD's displayed on the client serverlist
Declaration
public OpenMotdProvider MotdProvider { get; }
Property Value
Type | Description |
---|---|
OpenMotdProvider |
OpenServer
The server instance handling all networking etc
Declaration
public OpenServer OpenServer { get; }
Property Value
Type | Description |
---|---|
OpenServer |
PlayerManager
The root OpenPlayerManager responsible for keeping track of all Online Players
Declaration
public OpenPlayerManager PlayerManager { get; }
Property Value
Type | Description |
---|---|
OpenPlayerManager |
PluginManager
The OpenPluginManager instance responsible for any loaded plugins
Declaration
public OpenPluginManager PluginManager { get; }
Property Value
Type | Description |
---|---|
OpenPluginManager |
ResourcePackProvider
Manages the resourcepacks sent to players
Declaration
public ResourcePackProvider ResourcePackProvider { get; }
Property Value
Type | Description |
---|---|
ResourcePackProvider |
ServerInfo
Declaration
public OpenServerInfo ServerInfo { get; }
Property Value
Type | Description |
---|---|
OpenServerInfo |