跳至主要內容

BlockEvents.detectorChanged

芒果凍布丁2025年3月29日小於 1 分鐘

/**
 * Invoked when a detector block registered in KubeJS receives a block update.
 * 
 * `Powered`/`Unpowered` event will be fired when the detector block is powered/unpowered.
 */
function detectorChanged(extra: string, handler: (event: $DetectorBlockKubeEvent) => void): void
function detectorChanged(handler: (event: $DetectorBlockKubeEvent) => void): void
上次編輯於: 2025/3/29 上午5:04:42
貢獻者: Mango