Class 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.
    • Nested Class Summary

      • Nested classes/interfaces inherited from class net.minecraftforge.eventbus.api.Event

        net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result
    • Constructor Summary

      Constructors 
      Constructor Description
      Start​(World world, Explosion explosion)  
    • Method Summary

      • Methods inherited from class net.minecraftforge.eventbus.api.Event

        getListenerList, getParentListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setup
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait