Interface Transformation.Interpolation

Enclosing class:
Transformation

@Environment(CLIENT) public static interface Transformation.Interpolation
Mappings:
Namespace Name
official ejw$a
intermediary net/minecraft/class_7179$class_7180
named net/minecraft/client/render/entity/animation/Transformation$Interpolation
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(Vector3f vector3f, float delta, Keyframe[] keyframes, int start, int end, float float2)
     
  • Method Details

    • apply

      Vector3f apply(Vector3f vector3f, float delta, Keyframe[] keyframes, int start, int end, float float2)
      Mappings:
      Namespace Name Mixin selector
      official apply Lejw$a;apply(Lorg/joml/Vector3f;F[Lejy;IIF)Lorg/joml/Vector3f;
      intermediary apply Lnet/minecraft/class_7179$class_7180;apply(Lorg/joml/Vector3f;F[Lnet/minecraft/class_7186;IIF)Lorg/joml/Vector3f;
      named apply Lnet/minecraft/client/render/entity/animation/Transformation$Interpolation;apply(Lorg/joml/Vector3f;F[Lnet/minecraft/client/render/entity/animation/Keyframe;IIF)Lorg/joml/Vector3f;