minDistance

QueryType minDistance(double min)

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

QueryType minDistance(Positionable source, double min)

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