mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-08 08:02:13 -07:00
@@ -463,6 +463,12 @@ public class EntityDamageEvent extends EntityEvent implements Cancellable {
|
|||||||
* Damage: 1
|
* Damage: 1
|
||||||
*/
|
*/
|
||||||
HOT_FLOOR,
|
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
|
* Damage caused when an entity is colliding with too many entities due
|
||||||
* to the maxEntityCramming game rule.
|
* to the maxEntityCramming game rule.
|
||||||
|
Reference in New Issue
Block a user