@@ -410,7 +410,7 @@ public class EntityDamageEvent extends EntityEvent implements Cancellable {
|
||||
*/
|
||||
FLY_INTO_WALL,
|
||||
/**
|
||||
* Damage caused when an entity steps on {@link Material#MAGMA}.
|
||||
* Damage caused when an entity steps on {@link Material#MAGMA_BLOCK}.
|
||||
* <p>
|
||||
* Damage: 1
|
||||
*/
|
||||
@@ -421,6 +421,12 @@ public class EntityDamageEvent extends EntityEvent implements Cancellable {
|
||||
* <p>
|
||||
* Damage: 6
|
||||
*/
|
||||
CRAMMING
|
||||
CRAMMING,
|
||||
/**
|
||||
* Damage caused when an entity that should be in water is not.
|
||||
* <p>
|
||||
* Damage: 1
|
||||
*/
|
||||
DRYOUT
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user