public class MCExplosionDetonateEvent extends MCExplosionEvent implements crafttweaker.api.event.ExplosionDetonateEvent
Constructor and Description |
---|
MCExplosionDetonateEvent(net.minecraftforge.event.world.ExplosionEvent.Detonate event) |
Modifier and Type | Method and Description |
---|---|
crafttweaker.api.entity.IEntity[] |
getAffectedEntities() |
crafttweaker.api.world.IBlockPos[] |
getAffectedPositions() |
getPosition, getWorld, getX, getY, getZ
public MCExplosionDetonateEvent(net.minecraftforge.event.world.ExplosionEvent.Detonate event)
public crafttweaker.api.entity.IEntity[] getAffectedEntities()
getAffectedEntities
in interface crafttweaker.api.event.ExplosionDetonateEvent
public crafttweaker.api.world.IBlockPos[] getAffectedPositions()
getAffectedPositions
in interface crafttweaker.api.event.ExplosionDetonateEvent