class KattonLevelMap( private val server: MinecraftServer ) : Map<ResourceKey<Level>, ServerLevel>Map-like access to all server levels by ResourceKey.
KattonLevelMap.overworld
val overworld: ServerLevelQuick access to the Overworld level.
KattonLevelMap.nether
val nether: ServerLevelQuick access to the Nether level.
KattonLevelMap.end
val end: ServerLevelQuick access to the End level.