Class Transformation.Interpolations

java.lang.Object
net.minecraft.client.render.entity.animation.Transformation.Interpolations
Enclosing class:
Transformation

@Environment(CLIENT) public static class Transformation.Interpolations extends Object
Mappings:
Namespace Name
official ejw$b
intermediary net/minecraft/class_7179$class_7181
named net/minecraft/client/render/entity/animation/Transformation$Interpolations
  • Field Details

    • LINEAR

      public static final Transformation.Interpolation LINEAR
      Mappings:
      Namespace Name Mixin selector
      official a Lejw$b;a:Lejw$a;
      intermediary field_37884 Lnet/minecraft/class_7179$class_7181;field_37884:Lnet/minecraft/class_7179$class_7180;
      named LINEAR Lnet/minecraft/client/render/entity/animation/Transformation$Interpolations;LINEAR:Lnet/minecraft/client/render/entity/animation/Transformation$Interpolation;
    • CUBIC

      public static final Transformation.Interpolation CUBIC
      Mappings:
      Namespace Name Mixin selector
      official b Lejw$b;b:Lejw$a;
      intermediary field_37885 Lnet/minecraft/class_7179$class_7181;field_37885:Lnet/minecraft/class_7179$class_7180;
      named CUBIC Lnet/minecraft/client/render/entity/animation/Transformation$Interpolations;CUBIC:Lnet/minecraft/client/render/entity/animation/Transformation$Interpolation;
  • Constructor Details

    • Interpolations

      public Interpolations()