Package net.minecraft.client.option
Enum Class CloudRenderMode
- All Implemented Interfaces:
Serializable,Comparable<CloudRenderMode>,Constable,class_7291
@Environment(CLIENT)
public enum CloudRenderMode
extends Enum<CloudRenderMode>
implements class_7291
- Mappings:
Namespace Name official ebhintermediary 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
Enum Constants -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetId()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.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface net.minecraft.class_7291
method_42627
-
Enum Constant Details
-
OFF
- Mappings:
Namespace Name Mixin selector official aLebh;a:Lebh;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 bLebh;b:Lebh;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 cLebh;c:Lebh;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
-
field_38440
private final int field_38440- Mappings:
Namespace Name Mixin selector official dLebh;d:Iintermediary field_38440Lnet/minecraft/class_4063;field_38440:Inamed field_38440Lnet/minecraft/client/option/CloudRenderMode;field_38440:I
-
translationKey
- Mappings:
Namespace Name Mixin selector official eLebh;e: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
-
-
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
-
getId
public int getId()- Specified by:
getIdin interfaceclass_7291- Mappings:
Namespace Name Mixin selector official aLakd;a()Iintermediary method_7362Lnet/minecraft/class_7291;method_7362()Inamed getIdLnet/minecraft/class_7291;getId()I
-
getTranslationKey
- Specified by:
getTranslationKeyin interfaceclass_7291- Mappings:
Namespace Name Mixin selector official bLakd;b()Ljava/lang/String;intermediary method_7359Lnet/minecraft/class_7291;method_7359()Ljava/lang/String;named getTranslationKeyLnet/minecraft/class_7291;getTranslationKey()Ljava/lang/String;
-