Returns the Y Offset of this entity.
()
| 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. |