Enum CloudRenderMode

java.lang.Object
java.lang.Enum<CloudRenderMode>
net.minecraft.client.option.CloudRenderMode
All Implemented Interfaces:
Serializable, Comparable<CloudRenderMode>, java.lang.constant.Constable

@Environment(CLIENT)
public enum CloudRenderMode
extends Enum<CloudRenderMode>
Mappings:
Namespace Name
official dpy
intermediary net/minecraft/class_4063
named net/minecraft/client/option/CloudRenderMode
  • Enum Constant Details

    • OFF

      public static final CloudRenderMode OFF
      Mappings:
      Namespace Name Mixin selector
      official a Ldpy;a:Ldpy;
      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

      public static final CloudRenderMode FAST
      Mappings:
      Namespace Name Mixin selector
      official b Ldpy;b:Ldpy;
      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

      public static final CloudRenderMode FANCY
      Mappings:
      Namespace Name Mixin selector
      official c Ldpy;c:Ldpy;
      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

    • translationKey

      private final String translationKey
      Mappings:
      Namespace Name Mixin selector
      official d Ldpy;d: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

      private CloudRenderMode​(String translationKey)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldpy;<init>(Ljava/lang/String;ILjava/lang/String;)V
      intermediary <init> Lnet/minecraft/class_4063;<init>(Ljava/lang/String;ILjava/lang/String;)V
      named <init> Lnet/minecraft/client/option/CloudRenderMode;<init>(Ljava/lang/String;ILjava/lang/String;)V
  • Method Details

    • values

      public static CloudRenderMode[] 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

      public static CloudRenderMode valueOf​(String name)
      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 name
      NullPointerException - if the argument is null
    • getTranslationKey

      public String getTranslationKey()
      Mappings:
      Namespace Name Mixin selector
      official a Ldpy;a()Ljava/lang/String;
      intermediary method_18498 Lnet/minecraft/class_4063;method_18498()Ljava/lang/String;
      named getTranslationKey Lnet/minecraft/client/option/CloudRenderMode;getTranslationKey()Ljava/lang/String;