Interface DisplayEntity.AbstractInterpolator<T>

All Known Implementing Classes:
DisplayEntity.AffineTransformationInterpolator
Enclosing class:
DisplayEntity
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface DisplayEntity.AbstractInterpolator<T>
Mappings:
Namespace Name
named net/minecraft/entity/decoration/DisplayEntity$AbstractInterpolator
intermediary net/minecraft/class_8113$class_8118
official bsv$e
  • Method Details

    • constant

      static <T> DisplayEntity.AbstractInterpolator<T> constant(T value)
      Mappings:
      Namespace Name Mixin selector
      named constant Lnet/minecraft/entity/decoration/DisplayEntity$AbstractInterpolator;constant(Ljava/lang/Object;)Lnet/minecraft/entity/decoration/DisplayEntity$AbstractInterpolator;
      intermediary constant Lnet/minecraft/class_8113$class_8118;constant(Ljava/lang/Object;)Lnet/minecraft/class_8113$class_8118;
      official constant Lbsv$e;constant(Ljava/lang/Object;)Lbsv$e;
    • interpolate

      T interpolate(float delta)
      Mappings:
      Namespace Name Mixin selector
      named interpolate Lnet/minecraft/entity/decoration/DisplayEntity$AbstractInterpolator;interpolate(F)Ljava/lang/Object;
      intermediary method_48888 Lnet/minecraft/class_8113$class_8118;method_48888(F)Ljava/lang/Object;
      official get Lbsv$e;get(F)Ljava/lang/Object;