@minecraft
    Preparing search index...

    Interface ActionManager

    Binds actions to the client and manages their lifetime. Action managers are managed on a per player basis since client side UI is per player.

    interface ActionManager {
        createAction<T extends Action>(rawAction: T): RegisteredAction<T>;
    }
    Index

    Methods

    Methods