Package com.mojang.blaze3d.systems
Enum Class ProjectionType
- All Implemented Interfaces:
Serializable,Comparable<ProjectionType>,Constable
- Mappings:
Namespace Name named com/mojang/blaze3d/systems/ProjectionTypeintermediary net/minecraft/class_10366official fqw
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateProjectionType(VertexSorter vertexSorter, ProjectionType.Applier applier) -
Method Summary
Modifier and TypeMethodDescriptionvoidstatic ProjectionTypeReturns the enum constant of this class with the specified name.static ProjectionType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PERSPECTIVE
- Mappings:
Namespace Name Mixin selector named PERSPECTIVELcom/mojang/blaze3d/systems/ProjectionType;PERSPECTIVE:Lcom/mojang/blaze3d/systems/ProjectionType;intermediary field_54953Lnet/minecraft/class_10366;field_54953:Lnet/minecraft/class_10366;official aLfqw;a:Lfqw;
-
ORTHOGRAPHIC
- Mappings:
Namespace Name Mixin selector named ORTHOGRAPHICLcom/mojang/blaze3d/systems/ProjectionType;ORTHOGRAPHIC:Lcom/mojang/blaze3d/systems/ProjectionType;intermediary field_54954Lnet/minecraft/class_10366;field_54954:Lnet/minecraft/class_10366;official bLfqw;b:Lfqw;
-
-
Field Details
-
vertexSorter
- Mappings:
Namespace Name Mixin selector named vertexSorterLcom/mojang/blaze3d/systems/ProjectionType;vertexSorter:Lcom/mojang/blaze3d/systems/VertexSorter;intermediary field_54955Lnet/minecraft/class_10366;field_54955:Lnet/minecraft/class_8251;official cLfqw;c:Lfuf;
-
applier
- Mappings:
Namespace Name Mixin selector named applierLcom/mojang/blaze3d/systems/ProjectionType;applier:Lcom/mojang/blaze3d/systems/ProjectionType$Applier;intermediary field_54956Lnet/minecraft/class_10366;field_54956:Lnet/minecraft/class_10366$class_10367;official dLfqw;d:Lfqw$a;
-
-
Constructor Details
-
ProjectionType
- Mappings:
Namespace Name Mixin selector named <init>Lcom/mojang/blaze3d/systems/ProjectionType;<init>(Ljava/lang/String;ILcom/mojang/blaze3d/systems/VertexSorter;Lcom/mojang/blaze3d/systems/ProjectionType$Applier;)Vintermediary <init>Lnet/minecraft/class_10366;<init>(Ljava/lang/String;ILnet/minecraft/class_8251;Lnet/minecraft/class_10366$class_10367;)Vofficial <init>Lfqw;<init>(Ljava/lang/String;ILfuf;Lfqw$a;)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
-
getVertexSorter
- Mappings:
Namespace Name Mixin selector named getVertexSorterLcom/mojang/blaze3d/systems/ProjectionType;getVertexSorter()Lcom/mojang/blaze3d/systems/VertexSorter;intermediary method_65045Lnet/minecraft/class_10366;method_65045()Lnet/minecraft/class_8251;official aLfqw;a()Lfuf;
-
apply
- Mappings:
Namespace Name Mixin selector named applyLcom/mojang/blaze3d/systems/ProjectionType;apply(Lorg/joml/Matrix4f;F)Vintermediary method_65046Lnet/minecraft/class_10366;method_65046(Lorg/joml/Matrix4f;F)Vofficial aLfqw;a(Lorg/joml/Matrix4f;F)V
-