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 named net/minecraft/client/realms/dto/WorldTemplate$WorldTemplateType
intermediary net/minecraft/class_4890$class_4323
official fiy$a
-
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 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 named WORLD_TEMPLATE
Lnet/minecraft/client/realms/dto/WorldTemplate$WorldTemplateType;WORLD_TEMPLATE:Lnet/minecraft/client/realms/dto/WorldTemplate$WorldTemplateType;
intermediary field_19447
Lnet/minecraft/class_4890$class_4323;field_19447:Lnet/minecraft/class_4890$class_4323;
official a
Lfiy$a;a:Lfiy$a;
-
MINIGAME
- Mappings:
Namespace Name Mixin selector named MINIGAME
Lnet/minecraft/client/realms/dto/WorldTemplate$WorldTemplateType;MINIGAME:Lnet/minecraft/client/realms/dto/WorldTemplate$WorldTemplateType;
intermediary field_19448
Lnet/minecraft/class_4890$class_4323;field_19448:Lnet/minecraft/class_4890$class_4323;
official b
Lfiy$a;b:Lfiy$a;
-
ADVENTUREMAP
- Mappings:
Namespace Name Mixin selector named ADVENTUREMAP
Lnet/minecraft/client/realms/dto/WorldTemplate$WorldTemplateType;ADVENTUREMAP:Lnet/minecraft/client/realms/dto/WorldTemplate$WorldTemplateType;
intermediary field_19449
Lnet/minecraft/class_4890$class_4323;field_19449:Lnet/minecraft/class_4890$class_4323;
official c
Lfiy$a;c:Lfiy$a;
-
EXPERIENCE
- Mappings:
Namespace Name Mixin selector named EXPERIENCE
Lnet/minecraft/client/realms/dto/WorldTemplate$WorldTemplateType;EXPERIENCE:Lnet/minecraft/client/realms/dto/WorldTemplate$WorldTemplateType;
intermediary field_19450
Lnet/minecraft/class_4890$class_4323;field_19450:Lnet/minecraft/class_4890$class_4323;
official d
Lfiy$a;d:Lfiy$a;
-
INSPIRATION
- Mappings:
Namespace Name Mixin selector named INSPIRATION
Lnet/minecraft/client/realms/dto/WorldTemplate$WorldTemplateType;INSPIRATION:Lnet/minecraft/client/realms/dto/WorldTemplate$WorldTemplateType;
intermediary field_19451
Lnet/minecraft/class_4890$class_4323;field_19451:Lnet/minecraft/class_4890$class_4323;
official e
Lfiy$a;e:Lfiy$a;
-
-
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
-