Class DisplayEntity.Interpolator<T>

java.lang.Object
net.minecraft.entity.decoration.DisplayEntity.Interpolator<T>
Direct Known Subclasses:
DisplayEntity.AbstractInterpolator, DisplayEntity.FloatLerper, DisplayEntity.IntLerper
Enclosing class:
DisplayEntity

private abstract static class DisplayEntity.Interpolator<T> extends Object
Mappings:
Namespace Name
official bfg$h
intermediary net/minecraft/class_8113$class_8120
named net/minecraft/entity/decoration/DisplayEntity$Interpolator
  • Field Details

    • prevValue

      @Nullable protected T prevValue
      Mappings:
      Namespace Name Mixin selector
      official b Lbfg$h;b:Ljava/lang/Object;
      intermediary field_42417 Lnet/minecraft/class_8113$class_8120;field_42417:Ljava/lang/Object;
      named prevValue Lnet/minecraft/entity/decoration/DisplayEntity$Interpolator;prevValue:Ljava/lang/Object;
    • value

      protected T value
      Mappings:
      Namespace Name Mixin selector
      official c Lbfg$h;c:Ljava/lang/Object;
      intermediary field_42418 Lnet/minecraft/class_8113$class_8120;field_42418:Ljava/lang/Object;
      named value Lnet/minecraft/entity/decoration/DisplayEntity$Interpolator;value:Ljava/lang/Object;
  • Constructor Details

    • Interpolator

      protected Interpolator(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

    • apply

      protected abstract T apply(float value)
      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;
    • setValue

      public void setValue(float prevValue, T value)
      Mappings:
      Namespace Name Mixin selector
      official a Lbfg$h;a(FLjava/lang/Object;)V
      intermediary method_48890 Lnet/minecraft/class_8113$class_8120;method_48890(FLjava/lang/Object;)V
      named setValue Lnet/minecraft/entity/decoration/DisplayEntity$Interpolator;setValue(FLjava/lang/Object;)V