agentsAt

fun agentsAt(voxel: Voxel): List<A>(source)

All agents currently on voxel. Empty list if the voxel is unoccupied.


fun agentsAt(col: Int, row: Int, layer: Int): List<A>(source)