This interface is extended by all explosion events. That means you can use the getters below to access the position details.

It might be required to import the class to avoid errors.
import crafttweaker.event.IExplosionEvent;

name(名称)类型
name(名称)
world
类型
IWorld
name(名称)
explosion
类型
IExplosion
name(名称)
position
类型
IBlockPos
name(名称)
x
类型
double
name(名称)
y
类型
double
name(名称)
z
类型
double