Перейти к основному содержанию

Callback.BuildBlockFunction

Function used in "BuildBlock" callback.

Callable


  • Parameters

    • coords: ItemUseCoordinates

      coordinates where the block is placed and side from where it is placed

    • block: BlockState | Tile

      block that is placed (since 3.1.1b127 passes BlockState)

    • playerUid: number

      player entity unique numeric ID

    Returns void