minDistance

open fun minDistance(min: Double): QueryType

Only match entities who are at least the specified distance away from our player

Return

this query

Parameters

min

the min distance of entities to find


open fun minDistance(source: Positionable, min: Double): QueryType

Only match entities who are at least the specified distance away from the specified location

Return

this query

Parameters

source

the position to use as the base for calculating the entities distance from

min

the min distance of entities to find