mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-18 11:22:15 +01:00
Add EntityDamageEvent.DamageCause#CAMPFIRE
By: Doc <nachito94@msn.com>
This commit is contained in:
parent
5c69fd52f0
commit
2b6b2a9f20
1 changed files with 6 additions and 0 deletions
|
@ -463,6 +463,12 @@ public class EntityDamageEvent extends EntityEvent implements Cancellable {
|
|||
* Damage: 1
|
||||
*/
|
||||
HOT_FLOOR,
|
||||
/**
|
||||
* Damage caused when an entity steps on {@link Material#CAMPFIRE} or {@link Material#SOUL_CAMPFIRE}.
|
||||
* <p>
|
||||
* Damage: 1
|
||||
*/
|
||||
CAMPFIRE,
|
||||
/**
|
||||
* Damage caused when an entity is colliding with too many entities due
|
||||
* to the maxEntityCramming game rule.
|
||||
|
|
Loading…
Add table
Reference in a new issue