Class DisplayEntity.IntLerper

java.lang.Object
net.minecraft.entity.decoration.DisplayEntity.Interpolator<Integer>
net.minecraft.entity.decoration.DisplayEntity.IntLerper
Direct Known Subclasses:
DisplayEntity.ArgbLerper
Enclosing class:
DisplayEntity

private static class DisplayEntity.IntLerper extends DisplayEntity.Interpolator<Integer>
Mappings:
Namespace Name
official bfg$f
intermediary net/minecraft/class_8113$class_8119
named net/minecraft/entity/decoration/DisplayEntity$IntLerper
  • Constructor Details

    • IntLerper

      protected IntLerper(int value)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbfg$f;<init>(I)V
      intermediary <init> Lnet/minecraft/class_8113$class_8119;<init>(I)V
      named <init> Lnet/minecraft/entity/decoration/DisplayEntity$IntLerper;<init>(I)V
  • Method Details

    • lerp

      protected int lerp(float delta, int start, int end)
      Mappings:
      Namespace Name Mixin selector
      official a Lbfg$f;a(FII)I
      intermediary method_48885 Lnet/minecraft/class_8113$class_8119;method_48885(FII)I
      named lerp Lnet/minecraft/entity/decoration/DisplayEntity$IntLerper;lerp(FII)I
    • lerp

      public int lerp(float value)
      Mappings:
      Namespace Name Mixin selector
      official a Lbfg$f;a(F)I
      intermediary method_48889 Lnet/minecraft/class_8113$class_8119;method_48889(F)I
      named lerp Lnet/minecraft/entity/decoration/DisplayEntity$IntLerper;lerp(F)I
    • apply

      protected Integer apply(float float2)
      Specified by:
      apply in class DisplayEntity.Interpolator<Integer>
      Mappings:
      Namespace Name Mixin selector
      official b Lbfg$f;b(F)Ljava/lang/Integer;
      intermediary method_49748 Lnet/minecraft/class_8113$class_8119;method_49748(F)Ljava/lang/Integer;
      named apply Lnet/minecraft/entity/decoration/DisplayEntity$IntLerper;apply(F)Ljava/lang/Integer;