Package net.minecraft.data.client
Enum Class VariantSettings.Rotation
- All Implemented Interfaces:
Serializable
,Comparable<VariantSettings.Rotation>
,Constable
- Enclosing class:
VariantSettings
- Mappings:
Namespace Name named net/minecraft/data/client/VariantSettings$Rotation
intermediary net/minecraft/class_4936$class_4937
official ob$a
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic VariantSettings.Rotation
Returns the enum constant of this class with the specified name.static VariantSettings.Rotation[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
R0
- Mappings:
Namespace Name Mixin selector named R0
Lnet/minecraft/data/client/VariantSettings$Rotation;R0:Lnet/minecraft/data/client/VariantSettings$Rotation;
intermediary field_22890
Lnet/minecraft/class_4936$class_4937;field_22890:Lnet/minecraft/class_4936$class_4937;
official a
Lob$a;a:Lob$a;
-
R90
- Mappings:
Namespace Name Mixin selector named R90
Lnet/minecraft/data/client/VariantSettings$Rotation;R90:Lnet/minecraft/data/client/VariantSettings$Rotation;
intermediary field_22891
Lnet/minecraft/class_4936$class_4937;field_22891:Lnet/minecraft/class_4936$class_4937;
official b
Lob$a;b:Lob$a;
-
R180
- Mappings:
Namespace Name Mixin selector named R180
Lnet/minecraft/data/client/VariantSettings$Rotation;R180:Lnet/minecraft/data/client/VariantSettings$Rotation;
intermediary field_22892
Lnet/minecraft/class_4936$class_4937;field_22892:Lnet/minecraft/class_4936$class_4937;
official c
Lob$a;c:Lob$a;
-
R270
- Mappings:
Namespace Name Mixin selector named R270
Lnet/minecraft/data/client/VariantSettings$Rotation;R270:Lnet/minecraft/data/client/VariantSettings$Rotation;
intermediary field_22893
Lnet/minecraft/class_4936$class_4937;field_22893:Lnet/minecraft/class_4936$class_4937;
official d
Lob$a;d:Lob$a;
-
-
Field Details
-
degrees
final int degrees- Mappings:
Namespace Name Mixin selector named degrees
Lnet/minecraft/data/client/VariantSettings$Rotation;degrees:I
intermediary field_22894
Lnet/minecraft/class_4936$class_4937;field_22894:I
official e
Lob$a;e:I
-
-
Constructor Details
-
Rotation
private Rotation(int degrees) - Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/data/client/VariantSettings$Rotation;<init>(Ljava/lang/String;II)V
intermediary <init>
Lnet/minecraft/class_4936$class_4937;<init>(Ljava/lang/String;II)V
official <init>
Lob$a;<init>(Ljava/lang/String;II)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
-