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 gks$a
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic CloudRenderer.ViewMode
Returns 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
Lgks$a;a:Lgks$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
Lgks$a;b:Lgks$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
Lgks$a;c:Lgks$a;
-
-
Constructor Details
-
ViewMode
private ViewMode()
-
-
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
-