BlockEvents.placed
2025年3月29日小於 1 分鐘
/**
* Invoked when a block is placed.
*/
function placed(extra: $ResourceKey$$Type<($Block)>, handler: (event: $BlockPlacedKubeEvent) => void): void
function placed(handler: (event: $BlockPlacedKubeEvent) => void): void