Class ExplosionEvent.Start

java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.event.world.ExplosionEvent
net.minecraftforge.event.world.ExplosionEvent.Start
Enclosing class:
ExplosionEvent

public static class ExplosionEvent.Start extends ExplosionEvent
ExplosionEvent.Start is fired before the explosion actually occurs. Canceling this event will stop the explosion.

This event is Cancelable.
This event does not use Event.HasResult.
This event is fired on the MinecraftForge.EVENT_BUS.
  • Constructor Details