Interface DetonateExplosiveEvent
- All Superinterfaces:
- Cancellable,- Event
Event called immediately before an 
Explosive explodes.- 
Method SummaryModifier and TypeMethodDescriptionReturns theExplosion.Builderthat will be used to build the explosion for the impending detonation.Gets theExplosive.Returns the explosion of the vanilla behavior that this event was initialized with.Methods inherited from interface org.spongepowered.api.event.CancellableisCancelled, setCancelled
- 
Method Details- 
explosiveExplosive explosive()Gets theExplosive.- Returns:
- The explosive
 
- 
originalExplosionExplosion originalExplosion()Returns the explosion of the vanilla behavior that this event was initialized with.- Returns:
- Original explosion
 
- 
explosionBuilderExplosion.Builder explosionBuilder()Returns theExplosion.Builderthat will be used to build the explosion for the impending detonation.- Returns:
- Explosion builder for detonation
 
 
-