mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 04:05:50 -07:00
@@ -418,6 +418,12 @@ public class EntityDamageEvent extends EntityEvent implements Cancellable {
|
|||||||
* <p>
|
* <p>
|
||||||
* Damage: variable
|
* Damage: variable
|
||||||
*/
|
*/
|
||||||
CUSTOM
|
CUSTOM,
|
||||||
|
/**
|
||||||
|
* Damage caused when an entity runs into a wall.
|
||||||
|
* <p>
|
||||||
|
* Damage: variable
|
||||||
|
*/
|
||||||
|
FLY_INTO_WALL
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user