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

Method getYOffset

src/main/java/net/minecraft/entity/Entity.java:2018–2021  ·  view source on GitHub ↗

Returns the Y Offset of this entity.

()

Source from the content-addressed store, hash-verified

2016 * Returns the Y Offset of this entity.
2017 */
2018 public double getYOffset()
2019 {
2020 return 0.0D;
2021 }
2022
2023 /**
2024 * Returns the Y offset from the entity's position for any entity riding this one.

Callers 1

updateRiderPositionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected