Interface BlockEvent

All Superinterfaces:
Event
All Known Implementing Classes:
PlayerBlockBreakEvent, PlayerBlockInteractEvent, PlayerBlockPlaceEvent, PlayerCancelDiggingEvent, PlayerFinishDiggingEvent, PlayerStartDiggingEvent

public interface BlockEvent extends Event
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull Block
     
  • Method Details

    • getBlock

      @NotNull @NotNull Block getBlock()