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