get

fun get(radius: Int = 104, predicate: Predicate<GroundItem>? = null, first: Boolean = false, nearestTo: Locatable? = null): List<GroundItem>

{@inheritDoc}