mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-29 12:27:59 +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()}.
|
* raw {@link EntityDamageEvent#getDamage()}.
|
||||||
*/
|
*/
|
||||||
BASE,
|
BASE,
|
||||||
|
/**
|
||||||
|
* This represents the damage increased by freezing status.
|
||||||
|
*/
|
||||||
|
FREEZING,
|
||||||
/**
|
/**
|
||||||
* This represents the damage reduced by a wearing a helmet when hit
|
* This represents the damage reduced by a wearing a helmet when hit
|
||||||
* by a falling block.
|
* by a falling block.
|
||||||
|
Loading…
Reference in New Issue
Block a user