Interface DetonateExplosiveEvent

All Superinterfaces:
Cancellable, Event

public interface DetonateExplosiveEvent extends Event, Cancellable
Event called immediately before an Explosive explodes.
  • Method Details Link icon

    • explosive Link icon

      Explosive explosive()
      Gets the Explosive.
      Returns:
      The explosive
    • originalExplosion Link icon

      Explosion originalExplosion()
      Returns the explosion of the vanilla behavior that this event was initialized with.
      Returns:
      Original explosion
    • explosionBuilder Link icon

      Explosion.Builder explosionBuilder()
      Returns the Explosion.Builder that will be used to build the explosion for the impending detonation.
      Returns:
      Explosion builder for detonation