Package org.spongepowered.api.world
Interface DefaultWorldKeys.Factory
-
- Enclosing class:
- DefaultWorldKeys
public static interface DefaultWorldKeys.Factory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourceKey
defaultWorld()
ResourceKey
theEnd()
ResourceKey
theNether()
-
-
-
Method Detail
-
defaultWorld
ResourceKey defaultWorld()
-
theNether
ResourceKey theNether()
-
theEnd
ResourceKey theEnd()
-
-