Enum ModelTransformation.Mode
java.lang.Object
java.lang.Enum<ModelTransformation.Mode>
net.minecraft.client.render.model.json.ModelTransformation.Mode
- All Implemented Interfaces:
Serializable,Comparable<ModelTransformation.Mode>,java.lang.constant.Constable
- Enclosing class:
- ModelTransformation
@Environment(CLIENT) public static enum ModelTransformation.Mode extends Enum<ModelTransformation.Mode>
- Mappings:
Namespace Name official bgr$bintermediary net/minecraft/class_1080$class_1082named net/minecraft/client/render/model/json/ModelTransformation$Mode
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants Enum Constant Description FIRST_PERSONFIXEDGROUNDGUIHEADNONETHIRD_PERSON -
Constructor Summary
Constructors Modifier Constructor Description privateMode() -
Method Summary
Modifier and Type Method Description static ModelTransformation.ModevalueOf(String name)Returns the enum constant of this type with the specified name.static ModelTransformation.Mode[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
NONE
- Mappings:
Namespace Name Mixin selector official aLbgr$b;a:Lbgr$b;intermediary field_4644Lnet/minecraft/class_1080$class_1082;field_4644:Lnet/minecraft/class_1080$class_1082;named NONELnet/minecraft/client/render/model/json/ModelTransformation$Mode;NONE:Lnet/minecraft/client/render/model/json/ModelTransformation$Mode;
-
THIRD_PERSON
- Mappings:
Namespace Name Mixin selector official bLbgr$b;b:Lbgr$b;intermediary field_4645Lnet/minecraft/class_1080$class_1082;field_4645:Lnet/minecraft/class_1080$class_1082;named THIRD_PERSONLnet/minecraft/client/render/model/json/ModelTransformation$Mode;THIRD_PERSON:Lnet/minecraft/client/render/model/json/ModelTransformation$Mode;
-
FIRST_PERSON
- Mappings:
Namespace Name Mixin selector official cLbgr$b;c:Lbgr$b;intermediary field_4646Lnet/minecraft/class_1080$class_1082;field_4646:Lnet/minecraft/class_1080$class_1082;named FIRST_PERSONLnet/minecraft/client/render/model/json/ModelTransformation$Mode;FIRST_PERSON:Lnet/minecraft/client/render/model/json/ModelTransformation$Mode;
-
HEAD
- Mappings:
Namespace Name Mixin selector official dLbgr$b;d:Lbgr$b;intermediary field_4647Lnet/minecraft/class_1080$class_1082;field_4647:Lnet/minecraft/class_1080$class_1082;named HEADLnet/minecraft/client/render/model/json/ModelTransformation$Mode;HEAD:Lnet/minecraft/client/render/model/json/ModelTransformation$Mode;
-
GUI
- Mappings:
Namespace Name Mixin selector official eLbgr$b;e:Lbgr$b;intermediary field_4648Lnet/minecraft/class_1080$class_1082;field_4648:Lnet/minecraft/class_1080$class_1082;named GUILnet/minecraft/client/render/model/json/ModelTransformation$Mode;GUI:Lnet/minecraft/client/render/model/json/ModelTransformation$Mode;
-
GROUND
- Mappings:
Namespace Name Mixin selector official fLbgr$b;f:Lbgr$b;intermediary field_4649Lnet/minecraft/class_1080$class_1082;field_4649:Lnet/minecraft/class_1080$class_1082;named GROUNDLnet/minecraft/client/render/model/json/ModelTransformation$Mode;GROUND:Lnet/minecraft/client/render/model/json/ModelTransformation$Mode;
-
FIXED
- Mappings:
Namespace Name Mixin selector official gLbgr$b;g:Lbgr$b;intermediary field_4650Lnet/minecraft/class_1080$class_1082;field_4650:Lnet/minecraft/class_1080$class_1082;named FIXEDLnet/minecraft/client/render/model/json/ModelTransformation$Mode;FIXED:Lnet/minecraft/client/render/model/json/ModelTransformation$Mode;
-
-
Constructor Details
-
Mode
private Mode()
-
-
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
-