PaperMC/patches
Esoteric Enderman 96dde2d730 Add API for explosions to damage the explosion cause (#11180)
This intends to give plugin developers more control over explosions created using the World#createExplosion method, specifically by adding the option for explosions to damage the explosion cause (not the default behavior, and previously impossible to do, as far as I know). This is done by overloading existing methods with an extra `excludeSourceFromDamage` parameter.

Co-authored-by: Bjarne Koll <git@lynxplay.dev>
2024-09-28 20:32:56 +01:00
..
api Add API for explosions to damage the explosion cause (#11180) 2024-09-28 20:32:56 +01:00
server Add API for explosions to damage the explosion cause (#11180) 2024-09-28 20:32:56 +01:00
unapplied/server Apply optimise collision checking in move packet handling patch 2024-08-16 06:56:13 -07:00