跳至主要內容

BlockEvents.detectorChanged

芒果凍布丁2025年6月24日小於 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/6/24 下午11:18:52
貢獻者: EvanHsieh0415