BlockEvents.farmlandTrampled
2026/7/28小於 1 分鐘
/**
* Invoked when an entity attempts to trample farmland.
*/
function farmlandTrampled(
extra: $ResourceKey$$Type<$Block>,
handler: (event: $FarmlandTrampledKubeEvent) => void,
): void;
function farmlandTrampled(
handler: (event: $FarmlandTrampledKubeEvent) => void,
): void;