public class MCExplosionEvent
extends java.lang.Object
implements crafttweaker.api.event.IExplosionEvent
Constructor and Description |
---|
MCExplosionEvent(net.minecraftforge.event.world.ExplosionEvent event) |
Modifier and Type | Method and Description |
---|---|
crafttweaker.api.world.IBlockPos |
getPosition() |
crafttweaker.api.world.IWorld |
getWorld() |
double |
getX() |
double |
getY() |
double |
getZ() |
public MCExplosionEvent(net.minecraftforge.event.world.ExplosionEvent event)
public crafttweaker.api.world.IWorld getWorld()
getWorld
in interface crafttweaker.api.event.IExplosionEvent
public crafttweaker.api.world.IBlockPos getPosition()
getPosition
in interface crafttweaker.api.event.IExplosionEvent
public double getX()
getX
in interface crafttweaker.api.event.IExplosionEvent
public double getY()
getY
in interface crafttweaker.api.event.IExplosionEvent
public double getZ()
getZ
in interface crafttweaker.api.event.IExplosionEvent