MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / fall

Method fall

src/main/java/net/minecraft/entity/Entity.java:1102–1108  ·  view source on GitHub ↗
(float distance, float damageMultiplier)

Source from the content-addressed store, hash-verified

1100 }
1101
1102 public void fall(float distance, float damageMultiplier)
1103 {
1104 if (this.riddenByEntity != null)
1105 {
1106 this.riddenByEntity.fall(distance, damageMultiplier);
1107 }
1108 }
1109
1110 /**
1111 * Checks if this entity is either in water or on an open air block in rain (used in wolves).

Callers 3

updateFallStateMethod · 0.95
onFallenUponMethod · 0.45
onFallenUponMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected