Interface DisplayEntity.IntLerper

All Known Implementing Classes:
DisplayEntity.ArgbLerper, DisplayEntity.IntLerperImpl
Enclosing class:
DisplayEntity
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface DisplayEntity.IntLerper
Mappings:
Namespace Name
named net/minecraft/entity/decoration/DisplayEntity$IntLerper
intermediary net/minecraft/class_8113$class_8119
official buk$f
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    constant(int value)
     
    int
    lerp(float delta)
     
  • Method Details Link icon

    • constant Link icon

      static DisplayEntity.IntLerper constant(int value)
      Mappings:
      Namespace Name Mixin selector
      named constant Lnet/minecraft/entity/decoration/DisplayEntity$IntLerper;constant(I)Lnet/minecraft/entity/decoration/DisplayEntity$IntLerper;
      intermediary constant Lnet/minecraft/class_8113$class_8119;constant(I)Lnet/minecraft/class_8113$class_8119;
      official constant Lbuk$f;constant(I)Lbuk$f;
    • lerp Link icon

      int lerp(float delta)
      Mappings:
      Namespace Name Mixin selector
      named lerp Lnet/minecraft/entity/decoration/DisplayEntity$IntLerper;lerp(F)I
      intermediary method_48889 Lnet/minecraft/class_8113$class_8119;method_48889(F)I
      official get Lbuk$f;get(F)I