Minecraft Wiki
Advertisement
    •  absolute: Test the distance between the two points in 3D space.
    •  absolute:
      •  max: The maximum value.
      •  min: The minimum value.
    •  horizontal: Test the distance between the two points, ignoring the Y value.
    •  horizontal:
      •  max: The maximum value.
      •  min: The minimum value.
    •  x: Test the absolute difference between the X-coordinates of the two points.
    •  x:
      •  max: The maximum value.
      •  min: The minimum value.
    •  y: Test the absolute difference between the Y-coordinates of the two points.
    •  y:
      •  max: The maximum value.
      •  min: The minimum value.
    •  z: Test the absolute difference between the Z-coordinates of the two points.
    •  z:
      •  max: The maximum value.
      •  min: The minimum value.
Advertisement