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 |
|---|---|
java.util.List<crafttweaker.api.entity.IEntity> |
getAffectedEntities() |
java.util.List<crafttweaker.api.world.IBlockPos> |
getAffectedPositions() |
void |
setAffectedEntities(java.util.List<crafttweaker.api.entity.IEntity> entities) |
void |
setAffectedPositions(java.util.List<crafttweaker.api.world.IBlockPos> positions) |
getExplosion, getPosition, getWorld, getX, getY, getZpublic MCExplosionDetonateEvent(net.minecraftforge.event.world.ExplosionEvent.Detonate event)
public java.util.List<crafttweaker.api.entity.IEntity> getAffectedEntities()
getAffectedEntities in interface crafttweaker.api.event.ExplosionDetonateEventpublic java.util.List<crafttweaker.api.world.IBlockPos> getAffectedPositions()
getAffectedPositions in interface crafttweaker.api.event.ExplosionDetonateEventpublic void setAffectedEntities(java.util.List<crafttweaker.api.entity.IEntity> entities)
setAffectedEntities in interface crafttweaker.api.event.ExplosionDetonateEventpublic void setAffectedPositions(java.util.List<crafttweaker.api.world.IBlockPos> positions)
setAffectedPositions in interface crafttweaker.api.event.ExplosionDetonateEvent