Interface ModelElementRotation.RotationValue

All Known Implementing Classes:
ModelElementRotation.OfAxisAngle, ModelElementRotation.OfEuler
Enclosing class:
ModelElementRotation

@Environment(CLIENT) public static interface ModelElementRotation.RotationValue
Mappings:
Namespace Name
named net/minecraft/client/render/model/json/ModelElementRotation$RotationValue
intermediary net/minecraft/class_789$class_12353
official hqd$b
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getMatrix

      Matrix4f getMatrix()
      Mappings:
      Namespace Name Mixin selector
      named getMatrix Lnet/minecraft/client/render/model/json/ModelElementRotation$RotationValue;getMatrix()Lorg/joml/Matrix4f;
      intermediary method_76652 Lnet/minecraft/class_789$class_12353;method_76652()Lorg/joml/Matrix4f;
      official a Lhqd$b;a()Lorg/joml/Matrix4f;