over method

Execute over(
  1. Heightmap height
)

Positioned at the Y-coordinate of a specific heightmap

Implementation

Execute over(Heightmap height) {
  return _addArgumentRet('positioned over ${height.name}');
}