meisterhau-ll
    Preparing search index...

    Interface TrickModule

    interface TrickModule {
        bind: string | string[];
        entry: string;
        moves: Moves;
        sid: string;
    }

    Implemented by

    Index

    Properties

    Properties

    bind: string | string[]

    需要绑定的物品identifiers,如 minecraft:apple, minecraft:bread

    entry

    entry: string

    初始动作的名字,应为moves中的一个键名

    moves: Moves
    sid: string

    模组的名字