world

@Nullable
abstract fun world(@NotNull name: @NotNull String): @Nullable WorldWrapper

Finds some world by given name.

Return

wrapper of world or null if not exists.

Parameters

name

world name