Class BlockBreakEvent


public final class BlockBreakEvent extends ResultedEvent<ResultedEvent.GenericResult>
  • Constructor Details

    • BlockBreakEvent

      public BlockBreakEvent(@NotNull @NotNull Player player, @NotNull @NotNull Position position, @NotNull @NotNull BlockState block)
  • Method Details

    • player

      @NotNull public @NotNull Player player()
    • position

      @NotNull public @NotNull Position position()
    • block

      @NotNull public @NotNull BlockState block()