PrePylonBlockPlaceEvent

class PrePylonBlockPlaceEvent(val block: Block, val blockSchema: PylonBlockSchema, val context: BlockCreateContext) : Event, Cancellable(source)

Called after the material of the block is set, but before the PylonBlock's constructor is called.

See also

Constructors

Link copied to clipboard
constructor(block: Block, blockSchema: PylonBlockSchema, context: BlockCreateContext)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun callEvent(): Boolean
Link copied to clipboard
@NotNull
open fun getEventName(): @NotNull String
Link copied to clipboard
open override fun getHandlers(): HandlerList
Link copied to clipboard
Link copied to clipboard
open override fun isCancelled(): Boolean
Link copied to clipboard
open override fun setCancelled(cancel: Boolean)