Package net.minecraft.client.realms.dto
Enum Class RealmsServer.WorldType
- All Implemented Interfaces:
Serializable,Comparable<RealmsServer.WorldType>,Constable
- Enclosing class:
RealmsServer
- Mappings:
Namespace Name named net/minecraft/client/realms/dto/RealmsServer$WorldTypeintermediary net/minecraft/class_4877$class_4321official fvt$d
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RealmsServer.WorldTypeReturns the enum constant of this class with the specified name.static RealmsServer.WorldType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NORMAL
- Mappings:
Namespace Name Mixin selector named NORMALLnet/minecraft/client/realms/dto/RealmsServer$WorldType;NORMAL:Lnet/minecraft/client/realms/dto/RealmsServer$WorldType;intermediary field_19437Lnet/minecraft/class_4877$class_4321;field_19437:Lnet/minecraft/class_4877$class_4321;official aLfvt$d;a:Lfvt$d;
-
MINIGAME
- Mappings:
Namespace Name Mixin selector named MINIGAMELnet/minecraft/client/realms/dto/RealmsServer$WorldType;MINIGAME:Lnet/minecraft/client/realms/dto/RealmsServer$WorldType;intermediary field_19438Lnet/minecraft/class_4877$class_4321;field_19438:Lnet/minecraft/class_4877$class_4321;official bLfvt$d;b:Lfvt$d;
-
ADVENTUREMAP
- Mappings:
Namespace Name Mixin selector named ADVENTUREMAPLnet/minecraft/client/realms/dto/RealmsServer$WorldType;ADVENTUREMAP:Lnet/minecraft/client/realms/dto/RealmsServer$WorldType;intermediary field_19439Lnet/minecraft/class_4877$class_4321;field_19439:Lnet/minecraft/class_4877$class_4321;official cLfvt$d;c:Lfvt$d;
-
EXPERIENCE
- Mappings:
Namespace Name Mixin selector named EXPERIENCELnet/minecraft/client/realms/dto/RealmsServer$WorldType;EXPERIENCE:Lnet/minecraft/client/realms/dto/RealmsServer$WorldType;intermediary field_19440Lnet/minecraft/class_4877$class_4321;field_19440:Lnet/minecraft/class_4877$class_4321;official dLfvt$d;d:Lfvt$d;
-
INSPIRATION
- Mappings:
Namespace Name Mixin selector named INSPIRATIONLnet/minecraft/client/realms/dto/RealmsServer$WorldType;INSPIRATION:Lnet/minecraft/client/realms/dto/RealmsServer$WorldType;intermediary field_19441Lnet/minecraft/class_4877$class_4321;field_19441:Lnet/minecraft/class_4877$class_4321;official eLfvt$d;e:Lfvt$d;
-
-
Constructor Details
-
WorldType
private WorldType()
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-