Package net.minecraft.client.realms.dto
Enum Class WorldTemplate.WorldTemplateType
java.lang.Object
java.lang.Enum<WorldTemplate.WorldTemplateType>
net.minecraft.client.realms.dto.WorldTemplate.WorldTemplateType
- All Implemented Interfaces:
Serializable
,Comparable<WorldTemplate.WorldTemplateType>
,Constable
- Enclosing class:
WorldTemplate
@Environment(CLIENT)
public static enum WorldTemplate.WorldTemplateType
extends Enum<WorldTemplate.WorldTemplateType>
- Mappings:
Namespace Name official ejb$a
intermediary net/minecraft/class_4890$class_4323
named net/minecraft/client/realms/dto/WorldTemplate$WorldTemplateType
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static WorldTemplate.WorldTemplateType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
WORLD_TEMPLATE
- Mappings:
Namespace Name Mixin selector official a
Lejb$a;a:Lejb$a;
intermediary field_19447
Lnet/minecraft/class_4890$class_4323;field_19447:Lnet/minecraft/class_4890$class_4323;
named WORLD_TEMPLATE
Lnet/minecraft/client/realms/dto/WorldTemplate$WorldTemplateType;WORLD_TEMPLATE:Lnet/minecraft/client/realms/dto/WorldTemplate$WorldTemplateType;
-
MINIGAME
- Mappings:
Namespace Name Mixin selector official b
Lejb$a;b:Lejb$a;
intermediary field_19448
Lnet/minecraft/class_4890$class_4323;field_19448:Lnet/minecraft/class_4890$class_4323;
named MINIGAME
Lnet/minecraft/client/realms/dto/WorldTemplate$WorldTemplateType;MINIGAME:Lnet/minecraft/client/realms/dto/WorldTemplate$WorldTemplateType;
-
ADVENTUREMAP
- Mappings:
Namespace Name Mixin selector official c
Lejb$a;c:Lejb$a;
intermediary field_19449
Lnet/minecraft/class_4890$class_4323;field_19449:Lnet/minecraft/class_4890$class_4323;
named ADVENTUREMAP
Lnet/minecraft/client/realms/dto/WorldTemplate$WorldTemplateType;ADVENTUREMAP:Lnet/minecraft/client/realms/dto/WorldTemplate$WorldTemplateType;
-
EXPERIENCE
- Mappings:
Namespace Name Mixin selector official d
Lejb$a;d:Lejb$a;
intermediary field_19450
Lnet/minecraft/class_4890$class_4323;field_19450:Lnet/minecraft/class_4890$class_4323;
named EXPERIENCE
Lnet/minecraft/client/realms/dto/WorldTemplate$WorldTemplateType;EXPERIENCE:Lnet/minecraft/client/realms/dto/WorldTemplate$WorldTemplateType;
-
INSPIRATION
- Mappings:
Namespace Name Mixin selector official e
Lejb$a;e:Lejb$a;
intermediary field_19451
Lnet/minecraft/class_4890$class_4323;field_19451:Lnet/minecraft/class_4890$class_4323;
named INSPIRATION
Lnet/minecraft/client/realms/dto/WorldTemplate$WorldTemplateType;INSPIRATION:Lnet/minecraft/client/realms/dto/WorldTemplate$WorldTemplateType;
-
-
Constructor Details
-
WorldTemplateType
private WorldTemplateType()
-
-
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
-