Package net.minecraft.client.render
Enum Class CloudRenderer.ViewMode
- All Implemented Interfaces:
- Serializable,- Comparable<CloudRenderer.ViewMode>,- Constable
- Enclosing class:
- CloudRenderer
@Environment(CLIENT)
private static enum CloudRenderer.ViewMode
extends Enum<CloudRenderer.ViewMode>
- Mappings:
- Namespace - Name - named - net/minecraft/client/render/CloudRenderer$ViewMode- intermediary - net/minecraft/class_9955$class_9956- official - gqx$a
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum Constants
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic CloudRenderer.ViewModeReturns the enum constant of this class with the specified name.static CloudRenderer.ViewMode[]values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
ABOVE_CLOUDS- Mappings:
- Namespace - Name - Mixin selector - named - ABOVE_CLOUDS- Lnet/minecraft/client/render/CloudRenderer$ViewMode;ABOVE_CLOUDS:Lnet/minecraft/client/render/CloudRenderer$ViewMode;- intermediary - field_53060- Lnet/minecraft/class_9955$class_9956;field_53060:Lnet/minecraft/class_9955$class_9956;- official - a- Lgqx$a;a:Lgqx$a;
 
- 
INSIDE_CLOUDS- Mappings:
- Namespace - Name - Mixin selector - named - INSIDE_CLOUDS- Lnet/minecraft/client/render/CloudRenderer$ViewMode;INSIDE_CLOUDS:Lnet/minecraft/client/render/CloudRenderer$ViewMode;- intermediary - field_53061- Lnet/minecraft/class_9955$class_9956;field_53061:Lnet/minecraft/class_9955$class_9956;- official - b- Lgqx$a;b:Lgqx$a;
 
- 
BELOW_CLOUDS- Mappings:
- Namespace - Name - Mixin selector - named - BELOW_CLOUDS- Lnet/minecraft/client/render/CloudRenderer$ViewMode;BELOW_CLOUDS:Lnet/minecraft/client/render/CloudRenderer$ViewMode;- intermediary - field_53062- Lnet/minecraft/class_9955$class_9956;field_53062:Lnet/minecraft/class_9955$class_9956;- official - c- Lgqx$a;c:Lgqx$a;
 
 
- 
- 
Constructor Details- 
ViewModeprivate ViewMode()
 
- 
- 
Method Details- 
valuesReturns 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
 
- 
valueOfReturns 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 name
- NullPointerException- if the argument is null
 
 
-