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.IExplosion |
getExplosion() |
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.IExplosionEventpublic crafttweaker.api.world.IExplosion getExplosion()
getExplosion in interface crafttweaker.api.event.IExplosionEventpublic crafttweaker.api.world.IBlockPos getPosition()
getPosition in interface crafttweaker.api.event.IExplosionEventpublic double getX()
getX in interface crafttweaker.api.event.IExplosionEventpublic double getY()
getY in interface crafttweaker.api.event.IExplosionEventpublic double getZ()
getZ in interface crafttweaker.api.event.IExplosionEvent