stream

fun stream(): GameObjectStream

{@inheritDoc}

fun stream(radius: Int): GameObjectStream
fun stream(radius: Int, type: GameObject.Type? = null): GameObjectStream
fun stream(tile: Tile, type: GameObject.Type? = null): GameObjectStream
fun stream(tile: Tile, radius: Int, type: GameObject.Type? = null): GameObjectStream