Search Results for

    Show / Hide Table of Contents

    Class BlockAbortBreakEvent

    Get's dispatched whenever a OpenPlayer stops breaking a block before the block could be destroyed.

    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 BlockAbortBreakEvent : BlockStartBreakEvent, INotifyExecution

    Constructors

    | Improve this Doc View Source

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

    Implements

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