getAll

static List<WorldgetAll()

Gets a list of all worlds

Return

all worlds

static List<WorldgetAll(Predicate<World> filter)

Gets a list of all worlds matching the specified filter

Return

all worlds matching the specified filter

Parameters

filter

the world filter