Package net.minecraft.data.client.model
Enum VariantSettings.Rotation
- All Implemented Interfaces:
Serializable,Comparable<VariantSettings.Rotation>,java.lang.constant.Constable
- Enclosing class:
- VariantSettings
public static enum VariantSettings.Rotation extends Enum<VariantSettings.Rotation>
- Mappings:
Namespace Name official iz$aintermediary net/minecraft/class_4936$class_4937named net/minecraft/data/client/model/VariantSettings$Rotation
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
-
Field Summary
Fields Modifier and Type Field Description private intdegrees -
Constructor Summary
Constructors Modifier Constructor Description privateRotation(int degrees) -
Method Summary
Modifier and Type Method Description static VariantSettings.RotationvalueOf(String name)Returns the enum constant of this type with the specified name.static VariantSettings.Rotation[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
R0
- Mappings:
Namespace Name Mixin selector official aLiz$a;a:Liz$a;intermediary field_22890Lnet/minecraft/class_4936$class_4937;field_22890:Lnet/minecraft/class_4936$class_4937;named R0Lnet/minecraft/data/client/model/VariantSettings$Rotation;R0:Lnet/minecraft/data/client/model/VariantSettings$Rotation;
-
R90
- Mappings:
Namespace Name Mixin selector official bLiz$a;b:Liz$a;intermediary field_22891Lnet/minecraft/class_4936$class_4937;field_22891:Lnet/minecraft/class_4936$class_4937;named R90Lnet/minecraft/data/client/model/VariantSettings$Rotation;R90:Lnet/minecraft/data/client/model/VariantSettings$Rotation;
-
R180
- Mappings:
Namespace Name Mixin selector official cLiz$a;c:Liz$a;intermediary field_22892Lnet/minecraft/class_4936$class_4937;field_22892:Lnet/minecraft/class_4936$class_4937;named R180Lnet/minecraft/data/client/model/VariantSettings$Rotation;R180:Lnet/minecraft/data/client/model/VariantSettings$Rotation;
-
R270
- Mappings:
Namespace Name Mixin selector official dLiz$a;d:Liz$a;intermediary field_22893Lnet/minecraft/class_4936$class_4937;field_22893:Lnet/minecraft/class_4936$class_4937;named R270Lnet/minecraft/data/client/model/VariantSettings$Rotation;R270:Lnet/minecraft/data/client/model/VariantSettings$Rotation;
-
-
Field Details
-
degrees
private final int degrees- Mappings:
Namespace Name Mixin selector official eLiz$a;e:Iintermediary field_22894Lnet/minecraft/class_4936$class_4937;field_22894:Inamed degreesLnet/minecraft/data/client/model/VariantSettings$Rotation;degrees:I
-
-
Constructor Details
-
Rotation
private Rotation(int degrees)- Mappings:
Namespace Name Mixin selector official <init>Liz$a;<init>(Ljava/lang/String;II)Vintermediary <init>Lnet/minecraft/class_4936$class_4937;<init>(Ljava/lang/String;II)Vnamed <init>Lnet/minecraft/data/client/model/VariantSettings$Rotation;<init>(Ljava/lang/String;II)V
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-