Delete

class Delete(val block: Block) : BlockBreakContext(source)

The block is being forcefully broken by BlockStorage.deleteBlock

See DebugWaxedWeatheredCutCopperStairs for example

Constructors

Link copied to clipboard
constructor(block: Block)

Properties

Link copied to clipboard
open override val block: Block

The block that is about to be broken.

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

Determines the default drop behavior of the context

Link copied to clipboard
open override val shouldSetToAir: Boolean = true

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