Search Results for

    Show / Hide Table of Contents

    Class BlockStartBreakEvent

    Gets dispatched when a OpenPlayer start breaking a block

    Inheritance
    System.Object
    Event
    BlockEvent
    BlockExpEvent
    BlockBreakEvent
    BlockStartBreakEvent
    BlockAbortBreakEvent
    Implements
    INotifyExecution
    Inherited Members
    BlockBreakEvent.Source
    BlockBreakEvent.Drops
    BlockBreakEvent.OnEventExecution
    BlockBreakEvent.OnComplete(Object)
    BlockExpEvent.Experience
    BlockEvent.Block
    Event.IsCancelled
    Event.SetCancelled(Boolean)
    Namespace: OpenAPI.Events.Block
    Assembly: OpenAPI.dll
    Syntax
    public class BlockStartBreakEvent : BlockBreakEvent, INotifyExecution

    Constructors

    | Improve this Doc View Source

    BlockStartBreakEvent(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

    Implements

    INotifyExecution
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX