Interface BlockCustomComponentBeta

Contains a set of events that will be raised for a block. This object must be bound using the BlockRegistry.

Hierarchy

  • BlockCustomComponent

Properties

Properties

onStepOn?: ((arg) => void)

Type declaration

    • (arg): void
    • Parameters

      Returns void

      Remarks

      This function will be called when an entity steps onto the block that this custom component is bound to.