Class DisplayEntity.FloatLerper

java.lang.Object
net.minecraft.entity.decoration.DisplayEntity.Interpolator<Float>
net.minecraft.entity.decoration.DisplayEntity.FloatLerper
Enclosing class:
DisplayEntity

private static class DisplayEntity.FloatLerper extends DisplayEntity.Interpolator<Float>
Mappings:
Namespace Name
official bfg$d
intermediary net/minecraft/class_8113$class_8117
named net/minecraft/entity/decoration/DisplayEntity$FloatLerper
  • Constructor Details

    • FloatLerper

      protected FloatLerper(float value)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbfg$d;<init>(F)V
      intermediary <init> Lnet/minecraft/class_8113$class_8117;<init>(F)V
      named <init> Lnet/minecraft/entity/decoration/DisplayEntity$FloatLerper;<init>(F)V
  • Method Details

    • lerp

      protected float lerp(float delta, float start, float end)
      Mappings:
      Namespace Name Mixin selector
      official a Lbfg$d;a(FFF)F
      intermediary method_48887 Lnet/minecraft/class_8113$class_8117;method_48887(FFF)F
      named lerp Lnet/minecraft/entity/decoration/DisplayEntity$FloatLerper;lerp(FFF)F
    • lerp

      public float lerp(float delta)
      Mappings:
      Namespace Name Mixin selector
      official a Lbfg$d;a(F)F
      intermediary method_48886 Lnet/minecraft/class_8113$class_8117;method_48886(F)F
      named lerp Lnet/minecraft/entity/decoration/DisplayEntity$FloatLerper;lerp(F)F
    • apply

      protected Float apply(float float2)
      Specified by:
      apply in class DisplayEntity.Interpolator<Float>
      Mappings:
      Namespace Name Mixin selector
      official b Lbfg$d;b(F)Ljava/lang/Float;
      intermediary method_49746 Lnet/minecraft/class_8113$class_8117;method_49746(F)Ljava/lang/Float;
      named apply Lnet/minecraft/entity/decoration/DisplayEntity$FloatLerper;apply(F)Ljava/lang/Float;