Class MatrixStack.Entry

java.lang.Object
net.minecraft.client.util.math.MatrixStack.Entry
Enclosing class:
MatrixStack

@Environment(CLIENT) public static final class MatrixStack.Entry extends Object
Mappings:
Namespace Name
named net/minecraft/client/util/math/MatrixStack$Entry
intermediary net/minecraft/class_4587$class_4665
official fiq$a
  • Field Details

    • positionMatrix

      final Matrix4f positionMatrix
      Mappings:
      Namespace Name Mixin selector
      named positionMatrix Lnet/minecraft/client/util/math/MatrixStack$Entry;positionMatrix:Lorg/joml/Matrix4f;
      intermediary field_21327 Lnet/minecraft/class_4587$class_4665;field_21327:Lorg/joml/Matrix4f;
      official a Lfiq$a;a:Lorg/joml/Matrix4f;
    • normalMatrix

      final Matrix3f normalMatrix
      Mappings:
      Namespace Name Mixin selector
      named normalMatrix Lnet/minecraft/client/util/math/MatrixStack$Entry;normalMatrix:Lorg/joml/Matrix3f;
      intermediary field_21328 Lnet/minecraft/class_4587$class_4665;field_21328:Lorg/joml/Matrix3f;
      official b Lfiq$a;b:Lorg/joml/Matrix3f;
    • canSkipNormalization

      boolean canSkipNormalization
      Mappings:
      Namespace Name Mixin selector
      named canSkipNormalization Lnet/minecraft/client/util/math/MatrixStack$Entry;canSkipNormalization:Z
      intermediary field_48930 Lnet/minecraft/class_4587$class_4665;field_48930:Z
      official c Lfiq$a;c:Z
  • Constructor Details

    • Entry

      Entry()
  • Method Details

    • computeNormal

      void computeNormal()
      Mappings:
      Namespace Name Mixin selector
      named computeNormal Lnet/minecraft/client/util/math/MatrixStack$Entry;computeNormal()V
      intermediary method_56823 Lnet/minecraft/class_4587$class_4665;method_56823()V
      official d Lfiq$a;d()V
    • copy

      void copy(MatrixStack.Entry entry)
      Mappings:
      Namespace Name Mixin selector
      named copy Lnet/minecraft/client/util/math/MatrixStack$Entry;copy(Lnet/minecraft/client/util/math/MatrixStack$Entry;)V
      intermediary method_66521 Lnet/minecraft/class_4587$class_4665;method_66521(Lnet/minecraft/class_4587$class_4665;)V
      official a Lfiq$a;a(Lfiq$a;)V
    • getPositionMatrix

      public Matrix4f getPositionMatrix()
      Returns the matrix used to transform positions.
      Returns:
      the matrix used to transform positions
      Mappings:
      Namespace Name Mixin selector
      named getPositionMatrix Lnet/minecraft/client/util/math/MatrixStack$Entry;getPositionMatrix()Lorg/joml/Matrix4f;
      intermediary method_23761 Lnet/minecraft/class_4587$class_4665;method_23761()Lorg/joml/Matrix4f;
      official a Lfiq$a;a()Lorg/joml/Matrix4f;
    • getNormalMatrix

      public Matrix3f getNormalMatrix()
      Returns the matrix used to transform normal vectors.
      Returns:
      the matrix used to transform normal vectors
      Mappings:
      Namespace Name Mixin selector
      named getNormalMatrix Lnet/minecraft/client/util/math/MatrixStack$Entry;getNormalMatrix()Lorg/joml/Matrix3f;
      intermediary method_23762 Lnet/minecraft/class_4587$class_4665;method_23762()Lorg/joml/Matrix3f;
      official b Lfiq$a;b()Lorg/joml/Matrix3f;
    • transformNormal

      public Vector3f transformNormal(Vector3f vec, Vector3f dest)
      Mappings:
      Namespace Name Mixin selector
      named transformNormal Lnet/minecraft/client/util/math/MatrixStack$Entry;transformNormal(Lorg/joml/Vector3f;Lorg/joml/Vector3f;)Lorg/joml/Vector3f;
      intermediary method_56821 Lnet/minecraft/class_4587$class_4665;method_56821(Lorg/joml/Vector3f;Lorg/joml/Vector3f;)Lorg/joml/Vector3f;
      official a Lfiq$a;a(Lorg/joml/Vector3f;Lorg/joml/Vector3f;)Lorg/joml/Vector3f;
    • transformNormal

      public Vector3f transformNormal(float x, float y, float z, Vector3f dest)
      Mappings:
      Namespace Name Mixin selector
      named transformNormal Lnet/minecraft/client/util/math/MatrixStack$Entry;transformNormal(FFFLorg/joml/Vector3f;)Lorg/joml/Vector3f;
      intermediary method_56820 Lnet/minecraft/class_4587$class_4665;method_56820(FFFLorg/joml/Vector3f;)Lorg/joml/Vector3f;
      official a Lfiq$a;a(FFFLorg/joml/Vector3f;)Lorg/joml/Vector3f;
    • copy

      public MatrixStack.Entry copy()
      Mappings:
      Namespace Name Mixin selector
      named copy Lnet/minecraft/client/util/math/MatrixStack$Entry;copy()Lnet/minecraft/client/util/math/MatrixStack$Entry;
      intermediary method_56822 Lnet/minecraft/class_4587$class_4665;method_56822()Lnet/minecraft/class_4587$class_4665;
      official c Lfiq$a;c()Lfiq$a;