Class SpawnRulesRegistryBeta

Container for spawn rules APIs. Allows for registering callbacks to extend the spawner system.

Required Experiments:

  • Simplified Spawn Rules

Hierarchy

  • SpawnRulesRegistry

Constructors

Methods

  • Parameters

    • id: string

      The Id to associate the callback with.

    • callback: ((arg0) => boolean)

      The callback that will be invoked when a spawner tests for the associated predicate key.

    Returns void

    Remarks

    Registers an entity spawn callback to the provided key.

    This function can't be called in read-only mode.

    This function can be called in early-execution mode.

    Throws

    This function can throw errors.

    minecraftcommon.InvalidArgumentError

    NamespaceNameError

    SpawnRulesInvalidRegistryError

  • Parameters

    • id: string

      The Id to associate the callback with.

    • callback: ((arg0) => boolean)

      The callback that will be invoked when a spawner tests for the associated predicate key.

    Returns void

    Remarks

    Registers an obstruction callback to the provided key.

    This function can't be called in read-only mode.

    This function can be called in early-execution mode.

    Throws

    This function can throw errors.

    minecraftcommon.InvalidArgumentError

    NamespaceNameError

    SpawnRulesInvalidRegistryError