BlockEvents.startedFalling
2025年3月29日小於 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