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 bfe$g
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 Lbfe$g;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 Lbfe$g;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> Lbfe$g;<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

    • setValue

      public void setValue(T value)
      Mappings:
      Namespace Name Mixin selector
      official a Lbfe$g;a(Ljava/lang/Object;)V
      intermediary method_48890 Lnet/minecraft/class_8113$class_8120;method_48890(Ljava/lang/Object;)V
      named setValue Lnet/minecraft/entity/decoration/DisplayEntity$Interpolator;setValue(Ljava/lang/Object;)V