Class BlockTypeRegistryBeta

Provides the functionality for registering custom components for blocks.

Hierarchy

  • BlockTypeRegistry

Constructors

Methods

Constructors

Methods

  • Parameters

    • name: string

      The id that represents this custom component. Must have a namespace. This id can be specified in a block's JSON configuration under the 'minecraft:custom_components' block component.

    • customComponent: BlockCustomComponent

      The collection of event functions that will be called when the event occurs on a block using this custom component id.

    Returns void

    Remarks

    Registers a block custom component that can be used in block JSON configuration.

    Throws

    This function can throw errors.

    minecraftcommon.EngineError

    Error