BlockEvents.startedFalling
2026/7/28小於 1 分鐘
/**
* Invoked when a falling block starts to fall.
*/
function startedFalling(
extra: $ResourceKey$$Type<$Block>,
handler: (event: $BlockStartedFallingKubeEvent) => void,
): void;
function startedFalling(
handler: (event: $BlockStartedFallingKubeEvent) => void,
): void;