if (!FactionHandler.shouldIgnore(event.blockList(), world))
{
Entity entity = event.getEntity();
if (entity == null && !world.isAbove(event.getLocation()))
return;
if (world.shouldReplace(entity))
ExplodedBlockManager.processExplosion(event, CreeperUtils.getReason(entity));
}
}
/**