类 ExplosionEvent

java.lang.Object
net.neoforged.bus.api.Event
net.neoforged.neoforge.event.level.ExplosionEvent
直接已知子类:
ExplosionEvent.Detonate, ExplosionEvent.Start, ExplosionKnockbackEvent

public abstract class ExplosionEvent extends net.neoforged.bus.api.Event
ExplosionEvent triggers when an explosion happens in the level.

ExplosionEvent.Start is fired before the explosion actually occurs.
ExplosionEvent.Detonate is fired once the explosion has a list of affected blocks and entities.

ExplosionEvent.Start is ICancellableEvent.
ExplosionEvent.Detonate can modify the affected blocks and entities.
Children do not use
引用无效
HasResult
.
Children of this event are fired on the NeoForge.EVENT_BUS.
  • 字段详细资料

  • 构造器详细资料

  • 方法详细资料