@minecraft
    正在准备搜索索引...

    接口 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>;
    }
    索引

    方法