类 ExplosionEvent.Detonate
java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.event.level.ExplosionEvent
net.minecraftforge.event.level.ExplosionEvent.Detonate
- 封闭类:
ExplosionEvent
ExplosionEvent.Detonate is fired once the explosion has a list of affected blocks and entities. These lists can be modified to change the outcome.
This event is not
This event does not use
This event is fired on the
This event is not
Cancelable
.This event does not use
Event.HasResult
.This event is fired on the
MinecraftForge.EVENT_BUS
.-
嵌套类概要
从类继承的嵌套类/接口 net.minecraftforge.event.level.ExplosionEvent
ExplosionEvent.Detonate, ExplosionEvent.Start
从类继承的嵌套类/接口 net.minecraftforge.eventbus.api.Event
net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明return the list of blocks affected by the explosion.return the list of entities affected by the explosion.从类继承的方法 net.minecraftforge.event.level.ExplosionEvent
getExplosion, getLevel
从类继承的方法 net.minecraftforge.eventbus.api.Event
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult
-
字段详细资料
-
blocks
-
entityList
-
-
构造器详细资料
-
Detonate
-
-
方法详细资料
-
getAffectedBlocks
return the list of blocks affected by the explosion. -
getAffectedEntities
return the list of entities affected by the explosion.
-