Package net.minecraft.client.option
Enum Class CloudRenderMode
- All Implemented Interfaces:
Serializable
,Comparable<CloudRenderMode>
,Constable
,StringIdentifiable
,TranslatableOption
@Environment(CLIENT)
public enum CloudRenderMode
extends Enum<CloudRenderMode>
implements TranslatableOption, StringIdentifiable
- Mappings:
Namespace Name official euw
intermediary net/minecraft/class_4063
named net/minecraft/client/option/CloudRenderMode
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
Nested classes/interfaces inherited from interface net.minecraft.util.StringIdentifiable
StringIdentifiable.BasicCodec<S extends StringIdentifiable>, StringIdentifiable.EnumCodec<E extends Enum<E> & StringIdentifiable>
-
Enum Constant Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<CloudRenderMode>
private final int
private final String
private final String
Fields inherited from interface net.minecraft.util.StringIdentifiable
CACHED_MAP_THRESHOLD
-
Constructor Summary
ModifierConstructorDescriptionprivate
CloudRenderMode
(int id, String serializedId, String translationKey) -
Method Summary
Modifier and TypeMethodDescriptionasString()
Returns the unique string representation of the enum, used for serialization.int
getId()
static CloudRenderMode
Returns the enum constant of this class with the specified name.static CloudRenderMode[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
Methods inherited from interface net.minecraft.util.TranslatableOption
getText
-
Enum Constant Details
-
OFF
- Mappings:
Namespace Name Mixin selector official a
Leuw;a:Leuw;
intermediary field_18162
Lnet/minecraft/class_4063;field_18162:Lnet/minecraft/class_4063;
named OFF
Lnet/minecraft/client/option/CloudRenderMode;OFF:Lnet/minecraft/client/option/CloudRenderMode;
-
FAST
- Mappings:
Namespace Name Mixin selector official b
Leuw;b:Leuw;
intermediary field_18163
Lnet/minecraft/class_4063;field_18163:Lnet/minecraft/class_4063;
named FAST
Lnet/minecraft/client/option/CloudRenderMode;FAST:Lnet/minecraft/client/option/CloudRenderMode;
-
FANCY
- Mappings:
Namespace Name Mixin selector official c
Leuw;c:Leuw;
intermediary field_18164
Lnet/minecraft/class_4063;field_18164:Lnet/minecraft/class_4063;
named FANCY
Lnet/minecraft/client/option/CloudRenderMode;FANCY:Lnet/minecraft/client/option/CloudRenderMode;
-
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official d
Leuw;d:Lcom/mojang/serialization/Codec;
intermediary field_45285
Lnet/minecraft/class_4063;field_45285:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/client/option/CloudRenderMode;CODEC:Lcom/mojang/serialization/Codec;
-
id
private final int id- Mappings:
Namespace Name Mixin selector official e
Leuw;e:I
intermediary field_38440
Lnet/minecraft/class_4063;field_38440:I
named id
Lnet/minecraft/client/option/CloudRenderMode;id:I
-
serializedId
- Mappings:
Namespace Name Mixin selector official f
Leuw;f:Ljava/lang/String;
intermediary field_45286
Lnet/minecraft/class_4063;field_45286:Ljava/lang/String;
named serializedId
Lnet/minecraft/client/option/CloudRenderMode;serializedId:Ljava/lang/String;
-
translationKey
- Mappings:
Namespace Name Mixin selector official g
Leuw;g:Ljava/lang/String;
intermediary field_18167
Lnet/minecraft/class_4063;field_18167:Ljava/lang/String;
named translationKey
Lnet/minecraft/client/option/CloudRenderMode;translationKey:Ljava/lang/String;
-
-
Constructor Details
-
CloudRenderMode
- Mappings:
Namespace Name Mixin selector official <init>
Leuw;<init>(Ljava/lang/String;IILjava/lang/String;Ljava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_4063;<init>(Ljava/lang/String;IILjava/lang/String;Ljava/lang/String;)V
named <init>
Lnet/minecraft/client/option/CloudRenderMode;<init>(Ljava/lang/String;IILjava/lang/String;Ljava/lang/String;)V
-
-
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
-
asString
Returns the unique string representation of the enum, used for serialization.- Specified by:
asString
in interfaceStringIdentifiable
- Returns:
- the unique string representation of the enum, used for serialization
- Mappings:
Namespace Name Mixin selector official c
Lavk;c()Ljava/lang/String;
intermediary method_15434
Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
named asString
Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
-
getId
public int getId()- Specified by:
getId
in interfaceTranslatableOption
- Mappings:
Namespace Name Mixin selector official a
Lauq;a()I
intermediary method_7362
Lnet/minecraft/class_7291;method_7362()I
named getId
Lnet/minecraft/util/TranslatableOption;getId()I
-
getTranslationKey
- Specified by:
getTranslationKey
in interfaceTranslatableOption
- Mappings:
Namespace Name Mixin selector official b
Lauq;b()Ljava/lang/String;
intermediary method_7359
Lnet/minecraft/class_7291;method_7359()Ljava/lang/String;
named getTranslationKey
Lnet/minecraft/util/TranslatableOption;getTranslationKey()Ljava/lang/String;
-