Class BlockAbortBreakEvent
Get's dispatched whenever a OpenPlayer stops breaking a block before the block could be destroyed.
Inheritance
System.Object
BlockAbortBreakEvent
Implements
Inherited Members
Namespace: OpenAPI.Events.Block
Assembly: OpenAPI.dll
Syntax
public class BlockAbortBreakEvent : BlockStartBreakEvent, INotifyExecution
Constructors
| Improve this Doc View SourceBlockAbortBreakEvent(OpenPlayer, MiNET.Blocks.Block)
Declaration
public BlockAbortBreakEvent(OpenPlayer player, MiNET.Blocks.Block block)
Parameters
Type | Name | Description |
---|---|---|
OpenPlayer | player | The player that triggered the event |
MiNET.Blocks.Block | block | The block that the player was targetting |