getAll

open fun getAll(): List<World>

Gets a list of all worlds

Return

all worlds


open fun getAll(filter: Predicate<World>): List<World>

Gets a list of all worlds matching the specified filter

Return

all worlds matching the specified filter

Parameters

filter

the world filter