Interface ExplosionEvent.Detonate
- Enclosing interface:
 - ExplosionEvent
 
public static interface ExplosionEvent.Detonate
- 
Method Summary
 
- 
Method Details
- 
explode
void explode(net.minecraft.world.level.Level world, net.minecraft.world.level.Explosion explosion, List<net.minecraft.world.entity.Entity> affectedEntities) Invoked when an explosion is detonating. Equivalent to Forge'sExplosionEvent.Detonateevent.- Parameters:
 world- The level the explosion happens in.explosion- The explosion happening.affectedEntities- The entities affected by the explosion.
 
 -