Saxonberg Server API
    Preparing search index...
    • Type Parameters

      Parameters

      Returns {
          _mixinName: string;
          commandContributions: CommandContributions;
          defaultAliases: DefaultAliasEntry[];
          persistentFields: string[];
          prototype: __type<any>;
          new (...args: any[]): __type;
      } & TBase

        • new (...args: any[]): __type
        • Parameters

          • ...args: any[]

          Returns __type

      • _mixinName: string
      • commandContributions: CommandContributions

        Player-facing alias command, contributed via the self slot just like settings.yaml / var.yaml on EnvironmentMixin.

      • defaultAliases: DefaultAliasEntry[]

        v1 default set is empty by design. The mechanism is wired: future content mixins declare static defaultAliases on themselves and collectDefaultAliases picks them up.

      • persistentFields: string[]

        Hydrator round-trips aliases by reflection. aliasesSession is transient.

      • prototype: __type<any>