Faded

data class Faded(val event: BlockFadeEvent) : BlockBreakContext(source)

The block has faded away (see BlockFadeEvent for more details)

Constructors

Link copied to clipboard
constructor(event: BlockFadeEvent)

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