Burned

data class Burned(val event: BlockBurnEvent) : BlockBreakContext(source)

The block has been burned away by fire

Constructors

Link copied to clipboard
constructor(event: BlockBurnEvent)

Properties

Link copied to clipboard
open override val block: @NotNull Block

The block that is about to be broken.

Link copied to clipboard
Link copied to clipboard
open override val normallyDrops: Boolean = false

Determines the default drop behavior of the context

Link copied to clipboard
@get:JvmName(name = "shouldSetToAir")
open val shouldSetToAir: Boolean

If true, the block will be set to air after the Pylon data is removed