Class DisplayEntity.AbstractInterpolator<T>

java.lang.Object
net.minecraft.entity.decoration.DisplayEntity.Interpolator<T>
net.minecraft.entity.decoration.DisplayEntity.AbstractInterpolator<T>
Enclosing class:
DisplayEntity

private abstract static class DisplayEntity.AbstractInterpolator<T> extends DisplayEntity.Interpolator<T>
Mappings:
Namespace Name
official bfg$e
intermediary net/minecraft/class_8113$class_8118
named net/minecraft/entity/decoration/DisplayEntity$AbstractInterpolator
  • Constructor Details

    • AbstractInterpolator

      protected AbstractInterpolator(T value)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbfg$h;<init>(Ljava/lang/Object;)V
      intermediary <init> Lnet/minecraft/class_8113$class_8120;<init>(Ljava/lang/Object;)V
      named <init> Lnet/minecraft/entity/decoration/DisplayEntity$Interpolator;<init>(Ljava/lang/Object;)V
  • Method Details

    • interpolate

      protected abstract T interpolate(float delta, T start, T end)
      Mappings:
      Namespace Name Mixin selector
      official a Lbfg$e;a(FLjava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
      intermediary method_48880 Lnet/minecraft/class_8113$class_8118;method_48880(FLjava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
      named interpolate Lnet/minecraft/entity/decoration/DisplayEntity$AbstractInterpolator;interpolate(FLjava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
    • interpolate

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

      protected T apply(float value)
      Specified by:
      apply in class DisplayEntity.Interpolator<T>
      Mappings:
      Namespace Name Mixin selector
      official c Lbfg$h;c(F)Ljava/lang/Object;
      intermediary method_49747 Lnet/minecraft/class_8113$class_8120;method_49747(F)Ljava/lang/Object;
      named apply Lnet/minecraft/entity/decoration/DisplayEntity$Interpolator;apply(F)Ljava/lang/Object;