Enum Class ProjectionType

java.lang.Object
java.lang.Enum<ProjectionType>
com.mojang.blaze3d.systems.ProjectionType
All Implemented Interfaces:
Serializable, Comparable<ProjectionType>, Constable

@Environment(CLIENT) public enum ProjectionType extends Enum<ProjectionType>
Mappings:
Namespace Name
named com/mojang/blaze3d/systems/ProjectionType
intermediary net/minecraft/class_10366
official fde
  • Enum Constant Details Link icon

    • PERSPECTIVE Link icon

      public static final ProjectionType PERSPECTIVE
      Mappings:
      Namespace Name Mixin selector
      named PERSPECTIVE Lcom/mojang/blaze3d/systems/ProjectionType;PERSPECTIVE:Lcom/mojang/blaze3d/systems/ProjectionType;
      intermediary field_54953 Lnet/minecraft/class_10366;field_54953:Lnet/minecraft/class_10366;
      official a Lfde;a:Lfde;
    • ORTHOGRAPHIC Link icon

      public static final ProjectionType ORTHOGRAPHIC
      Mappings:
      Namespace Name Mixin selector
      named ORTHOGRAPHIC Lcom/mojang/blaze3d/systems/ProjectionType;ORTHOGRAPHIC:Lcom/mojang/blaze3d/systems/ProjectionType;
      intermediary field_54954 Lnet/minecraft/class_10366;field_54954:Lnet/minecraft/class_10366;
      official b Lfde;b:Lfde;
  • Field Details Link icon

    • vertexSorter Link icon

      private final VertexSorter vertexSorter
      Mappings:
      Namespace Name Mixin selector
      named vertexSorter Lcom/mojang/blaze3d/systems/ProjectionType;vertexSorter:Lcom/mojang/blaze3d/systems/VertexSorter;
      intermediary field_54955 Lnet/minecraft/class_10366;field_54955:Lnet/minecraft/class_8251;
      official c Lfde;c:Lfgd;
    • applier Link icon

      private final ProjectionType.Applier applier
      Mappings:
      Namespace Name Mixin selector
      named applier Lcom/mojang/blaze3d/systems/ProjectionType;applier:Lcom/mojang/blaze3d/systems/ProjectionType$Applier;
      intermediary field_54956 Lnet/minecraft/class_10366;field_54956:Lnet/minecraft/class_10366$class_10367;
      official d Lfde;d:Lfde$a;
  • Constructor Details Link icon

    • ProjectionType Link icon

      private ProjectionType(VertexSorter vertexSorter, ProjectionType.Applier applier)
      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;)V
      intermediary <init> Lnet/minecraft/class_10366;<init>(Ljava/lang/String;ILnet/minecraft/class_8251;Lnet/minecraft/class_10366$class_10367;)V
      official <init> Lfde;<init>(Ljava/lang/String;ILfgd;Lfde$a;)V
  • Method Details Link icon

    • values Link icon

      public static ProjectionType[] 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 Link icon

      public static ProjectionType valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getVertexSorter Link icon

      public VertexSorter getVertexSorter()
      Mappings:
      Namespace Name Mixin selector
      named getVertexSorter Lcom/mojang/blaze3d/systems/ProjectionType;getVertexSorter()Lcom/mojang/blaze3d/systems/VertexSorter;
      intermediary method_65045 Lnet/minecraft/class_10366;method_65045()Lnet/minecraft/class_8251;
      official a Lfde;a()Lfgd;
    • apply Link icon

      public void apply(Matrix4f matrix, float float2)
      Mappings:
      Namespace Name Mixin selector
      named apply Lcom/mojang/blaze3d/systems/ProjectionType;apply(Lorg/joml/Matrix4f;F)V
      intermediary method_65046 Lnet/minecraft/class_10366;method_65046(Lorg/joml/Matrix4f;F)V
      official a Lfde;a(Lorg/joml/Matrix4f;F)V