Search Results for

    Show / Hide Table of Contents

    Class OpenApi

    Inheritance
    System.Object
    OpenApi
    Namespace: OpenAPI
    Assembly: OpenAPI.dll
    Syntax
    public class OpenApi : object

    Constructors

    | Improve this Doc View Source

    OpenApi()

    Declaration
    public OpenApi()

    Properties

    | Improve this Doc View Source

    CommandManager

    Declaration
    public CommandManager CommandManager { get; }
    Property Value
    Type Description
    CommandManager
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    ItemFactory

    The OpenItemFactory instance used globally

    Declaration
    public OpenItemFactory ItemFactory { get; }
    Property Value
    Type Description
    OpenItemFactory
    | Improve this Doc View Source

    LevelManager

    The OpenLevelManager instance responsible for all Levels OpenLevel

    Declaration
    public OpenLevelManager LevelManager { get; }
    Property Value
    Type Description
    OpenLevelManager
    | Improve this Doc View Source

    MotdProvider

    The OpenMotdProvider responsible for the MOTD's displayed on the client serverlist

    Declaration
    public OpenMotdProvider MotdProvider { get; }
    Property Value
    Type Description
    OpenMotdProvider
    | Improve this Doc View Source

    OpenServer

    The server instance handling all networking etc

    Declaration
    public OpenServer OpenServer { get; }
    Property Value
    Type Description
    OpenServer
    | Improve this Doc View Source

    PlayerManager

    The root OpenPlayerManager responsible for keeping track of all Online Players

    Declaration
    public OpenPlayerManager PlayerManager { get; }
    Property Value
    Type Description
    OpenPlayerManager
    | Improve this Doc View Source

    PluginManager

    The OpenPluginManager instance responsible for any loaded plugins

    Declaration
    public OpenPluginManager PluginManager { get; }
    Property Value
    Type Description
    OpenPluginManager
    | Improve this Doc View Source

    ResourcePackProvider

    Manages the resourcepacks sent to players

    Declaration
    public ResourcePackProvider ResourcePackProvider { get; }
    Property Value
    Type Description
    ResourcePackProvider
    | Improve this Doc View Source

    ServerInfo

    Declaration
    public OpenServerInfo ServerInfo { get; }
    Property Value
    Type Description
    OpenServerInfo
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX