()
| 2005 | } |
| 2006 | |
| 2007 | public void updateRiderPosition() |
| 2008 | { |
| 2009 | if (this.riddenByEntity != null) |
| 2010 | { |
| 2011 | this.riddenByEntity.setPosition(this.posX, this.posY + this.getMountedYOffset() + this.riddenByEntity.getYOffset(), this.posZ); |
| 2012 | } |
| 2013 | } |
| 2014 | |
| 2015 | /** |
| 2016 | * Returns the Y Offset of this entity. |
no test coverage detected