Interface BulkEvent

All Known Implementing Classes:
BreakBlockEvent, PlaceBlockEvent, UseBlockEvent

public interface BulkEvent
A bulk event contains several affected objects in a list.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.bukkit.event.Event.Result
    Get the actual result.
  • Method Details

    • getExplicitResult

      org.bukkit.event.Event.Result getExplicitResult()
      Get the actual result.

      By default, bulk events will set the result to DENY if the number of affected objects drops to zero. This method returns the true result.

      Returns:
      the explicit result