BlockEvents.placed
2026/7/28小於 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;