类 ExplosionEvent.Start
java.lang.Object
net.neoforged.bus.api.Event
net.neoforged.neoforge.event.level.ExplosionEvent
net.neoforged.neoforge.event.level.ExplosionEvent.Start
- 所有已实现的接口:
net.neoforged.bus.api.ICancellableEvent
- 封闭类:
ExplosionEvent
public static class ExplosionEvent.Start
extends ExplosionEvent
implements net.neoforged.bus.api.ICancellableEvent
ExplosionEvent.Start is fired before the explosion actually occurs. Canceling this event will stop the explosion.
This event is
This event does not use
.
This event is fired on the
This event is
ICancellableEvent
.This event does not use
引用无效
HasResult
This event is fired on the
NeoForge.EVENT_BUS
.-
嵌套类概要
从类继承的嵌套类/接口 net.neoforged.neoforge.event.level.ExplosionEvent
ExplosionEvent.Detonate, ExplosionEvent.Start
-
构造器概要
构造器 -
方法概要
从类继承的方法 net.neoforged.neoforge.event.level.ExplosionEvent
getExplosion, getLevel
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.neoforged.bus.api.ICancellableEvent
isCanceled, setCanceled
-
构造器详细资料
-
Start
-