Package net.minecraft.client.option
Enum Class CloudRenderMode
- All Implemented Interfaces:
Serializable,Comparable<CloudRenderMode>,Constable,StringIdentifiable
@Environment(CLIENT)
public enum CloudRenderMode
extends Enum<CloudRenderMode>
implements StringIdentifiable
- Mappings:
Namespace Name named net/minecraft/client/option/CloudRenderModeintermediary net/minecraft/class_4063official gdo
-
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
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<CloudRenderMode> private final Textprivate final StringFields inherited from interface net.minecraft.util.StringIdentifiable
CACHED_MAP_THRESHOLD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasString()Returns the unique string representation of the enum, used for serialization.static CloudRenderModeReturns 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.
-
Enum Constant Details
-
OFF
- Mappings:
Namespace Name Mixin selector named OFFLnet/minecraft/client/option/CloudRenderMode;OFF:Lnet/minecraft/client/option/CloudRenderMode;intermediary field_18162Lnet/minecraft/class_4063;field_18162:Lnet/minecraft/class_4063;official aLgdo;a:Lgdo;
-
FAST
- Mappings:
Namespace Name Mixin selector named FASTLnet/minecraft/client/option/CloudRenderMode;FAST:Lnet/minecraft/client/option/CloudRenderMode;intermediary field_18163Lnet/minecraft/class_4063;field_18163:Lnet/minecraft/class_4063;official bLgdo;b:Lgdo;
-
FANCY
- Mappings:
Namespace Name Mixin selector named FANCYLnet/minecraft/client/option/CloudRenderMode;FANCY:Lnet/minecraft/client/option/CloudRenderMode;intermediary field_18164Lnet/minecraft/class_4063;field_18164:Lnet/minecraft/class_4063;official cLgdo;c:Lgdo;
-
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector named CODECLnet/minecraft/client/option/CloudRenderMode;CODEC:Lcom/mojang/serialization/Codec;intermediary field_45285Lnet/minecraft/class_4063;field_45285:Lcom/mojang/serialization/Codec;official dLgdo;d:Lcom/mojang/serialization/Codec;
-
serializedId
- Mappings:
Namespace Name Mixin selector named serializedIdLnet/minecraft/client/option/CloudRenderMode;serializedId:Ljava/lang/String;intermediary field_45286Lnet/minecraft/class_4063;field_45286:Ljava/lang/String;official eLgdo;e:Ljava/lang/String;
-
field_64421
- Mappings:
Namespace Name Mixin selector named field_64421Lnet/minecraft/client/option/CloudRenderMode;field_64421:Lnet/minecraft/text/Text;intermediary field_64421Lnet/minecraft/class_4063;field_64421:Lnet/minecraft/class_2561;official fLgdo;f:Lyh;
-
-
Constructor Details
-
CloudRenderMode
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/option/CloudRenderMode;<init>(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;)Vintermediary <init>Lnet/minecraft/class_4063;<init>(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;)Vofficial <init>Lgdo;<init>(Ljava/lang/String;ILjava/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
-
method_76525
- Mappings:
Namespace Name Mixin selector named method_76525Lnet/minecraft/client/option/CloudRenderMode;method_76525()Lnet/minecraft/text/Text;intermediary method_76525Lnet/minecraft/class_4063;method_76525()Lnet/minecraft/class_2561;official aLgdo;a()Lyh;
-
asString
Returns the unique string representation of the enum, used for serialization.- Specified by:
asStringin interfaceStringIdentifiable- Returns:
- the unique string representation of the enum, used for serialization
- Mappings:
Namespace Name Mixin selector named asStringLnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;intermediary method_15434Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;official cLbhg;c()Ljava/lang/String;
-