public bool isCollidingWith(ITerrainCollision terrain) { return terrain.getYValueFor(this.Position.X, this.Position.Z) >= (int) this.Position.Y; }