mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-07 23:52:11 -07:00
SPIGOT-7732, SPIGOT-7786: Add freezing damage modifier
By: LoliColleen <76620594+LoliColleen@users.noreply.github.com>
This commit is contained in:
@@ -247,6 +247,10 @@ public class EntityDamageEvent extends EntityEvent implements Cancellable {
|
||||
* raw {@link EntityDamageEvent#getDamage()}.
|
||||
*/
|
||||
BASE,
|
||||
/**
|
||||
* This represents the damage increased by freezing status.
|
||||
*/
|
||||
FREEZING,
|
||||
/**
|
||||
* This represents the damage reduced by a wearing a helmet when hit
|
||||
* by a falling block.
|
||||
|
Reference in New Issue
Block a user