Class BlockStartBreakEvent
Gets dispatched when a OpenPlayer start breaking a block
Inheritance
System.Object
BlockStartBreakEvent
Implements
Inherited Members
Namespace: OpenAPI.Events.Block
Assembly: OpenAPI.dll
Syntax
public class BlockStartBreakEvent : BlockBreakEvent, INotifyExecution
Constructors
| Improve this Doc View SourceBlockStartBreakEvent(MiNET.Entities.Entity, MiNET.Blocks.Block)
Declaration
public BlockStartBreakEvent(MiNET.Entities.Entity player, MiNET.Blocks.Block block)
Parameters
Type | Name | Description |
---|---|---|
MiNET.Entities.Entity | player | The player that started breaking the block. |
MiNET.Blocks.Block | block | The block that is to be destroyed |