Package-level declarations
Types
Link copied to clipboard
open class CustomBlockDataEvent(plugin: Plugin, block: Block, bukkitEvent: Event) : Event, Cancellable
Link copied to clipboard
class CustomBlockDataMoveEvent(plugin: Plugin, blockFrom: Block, blockTo: Block, bukkitEvent: Event) : CustomBlockDataEvent
Called when a block with CustomBlockData is moved by a piston to a new location.
Link copied to clipboard
class CustomBlockDataRemoveEvent(plugin: Plugin, block: Block, bukkitEvent: Event) : CustomBlockDataEvent
Called when a block's CustomBlockData is about to be removed because the block was broken, replaced, or has changed in other ways.