Package org.spongepowered.api.world
Class DefaultWorldKeys
- java.lang.Object
-
- org.spongepowered.api.world.DefaultWorldKeys
-
public final class DefaultWorldKeys extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
DefaultWorldKeys.Factory
-
Field Summary
Fields Modifier and Type Field Description static ResourceKey
DEFAULT
The default "world" of a running game session.static ResourceKey
OVERWORLD
Deprecated.UseDEFAULT
insteadstatic ResourceKey
THE_END
Refer to: The Endstatic ResourceKey
THE_NETHER
Refer to: The Nether
-
-
-
Field Detail
-
OVERWORLD
@Deprecated public static final ResourceKey OVERWORLD
Deprecated.UseDEFAULT
instead
-
DEFAULT
public static final ResourceKey DEFAULT
The default "world" of a running game session. Typically, the Overworld.Refer to: Overworld
-
THE_NETHER
public static final ResourceKey THE_NETHER
Refer to: The Nether
-
THE_END
public static final ResourceKey THE_END
Refer to: The End
-
-