mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 03:48:01 +01:00
SPIGOT-7732, SPIGOT-7786: Add freezing damage modifier
By: LoliColleen <76620594+LoliColleen@users.noreply.github.com>
This commit is contained in:
parent
d7e18281ec
commit
125fef9ab7
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user