Package net.minecraft.client.option
Enum CloudRenderMode
- All Implemented Interfaces:
Serializable,Comparable<CloudRenderMode>,java.lang.constant.Constable
@Environment(CLIENT) public enum CloudRenderMode extends Enum<CloudRenderMode>
- Mappings:
Namespace Name official dpyintermediary net/minecraft/class_4063named net/minecraft/client/option/CloudRenderMode
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
-
Field Summary
Fields Modifier and Type Field Description private StringtranslationKey -
Constructor Summary
Constructors Modifier Constructor Description privateCloudRenderMode(String translationKey) -
Method Summary
Modifier and Type Method Description StringgetTranslationKey()static CloudRenderModevalueOf(String name)Returns the enum constant of this type with the specified name.static CloudRenderMode[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
OFF
- Mappings:
Namespace Name Mixin selector official aLdpy;a:Ldpy;intermediary field_18162Lnet/minecraft/class_4063;field_18162:Lnet/minecraft/class_4063;named OFFLnet/minecraft/client/option/CloudRenderMode;OFF:Lnet/minecraft/client/option/CloudRenderMode;
-
FAST
- Mappings:
Namespace Name Mixin selector official bLdpy;b:Ldpy;intermediary field_18163Lnet/minecraft/class_4063;field_18163:Lnet/minecraft/class_4063;named FASTLnet/minecraft/client/option/CloudRenderMode;FAST:Lnet/minecraft/client/option/CloudRenderMode;
-
FANCY
- Mappings:
Namespace Name Mixin selector official cLdpy;c:Ldpy;intermediary field_18164Lnet/minecraft/class_4063;field_18164:Lnet/minecraft/class_4063;named FANCYLnet/minecraft/client/option/CloudRenderMode;FANCY:Lnet/minecraft/client/option/CloudRenderMode;
-
-
Field Details
-
translationKey
- Mappings:
Namespace Name Mixin selector official dLdpy;d:Ljava/lang/String;intermediary field_18167Lnet/minecraft/class_4063;field_18167:Ljava/lang/String;named translationKeyLnet/minecraft/client/option/CloudRenderMode;translationKey:Ljava/lang/String;
-
-
Constructor Details
-
CloudRenderMode
- Mappings:
Namespace Name Mixin selector official <init>Ldpy;<init>(Ljava/lang/String;ILjava/lang/String;)Vintermediary <init>Lnet/minecraft/class_4063;<init>(Ljava/lang/String;ILjava/lang/String;)Vnamed <init>Lnet/minecraft/client/option/CloudRenderMode;<init>(Ljava/lang/String;ILjava/lang/String;)V
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-
getTranslationKey
- Mappings:
Namespace Name Mixin selector official aLdpy;a()Ljava/lang/String;intermediary method_18498Lnet/minecraft/class_4063;method_18498()Ljava/lang/String;named getTranslationKeyLnet/minecraft/client/option/CloudRenderMode;getTranslationKey()Ljava/lang/String;
-