WarheadAdmin

interface WarheadAdmin

Functions

Link copied to clipboard
abstract fun detonate(blockId: BlockId)
Link copied to clipboard
abstract fun explode(blockId: BlockId)
Link copied to clipboard
abstract fun setArmed(blockId: BlockId, armed: Boolean)
Link copied to clipboard
abstract fun setCountdownMs(blockId: BlockId, countdown: Int)
Link copied to clipboard
abstract fun startCountdown(blockId: BlockId): Boolean
Link copied to clipboard
abstract fun stopCountdown(): Boolean