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

Method getEyeHeight

src/main/java/net/minecraft/entity/Entity.java:2744–2747  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2742 }
2743
2744 public float getEyeHeight()
2745 {
2746 return this.height * 0.85F;
2747 }
2748
2749 public boolean isOutsideBorder()
2750 {

Callers 15

shouldUpdateGlListMethod · 0.95
updateRendererMethod · 0.95
orientCameraMethod · 0.95
renderWorldDirectionsMethod · 0.95
renderWorldPassMethod · 0.95
processTaskMethod · 0.95
renderLeashMethod · 0.95
doExplosionAMethod · 0.95
isInsideOfMaterialMethod · 0.95
getBrightnessMethod · 0.95
getPositionEyesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected