Interface DisplayEntity.FloatLerper

All Known Implementing Classes:
DisplayEntity.FloatLerperImpl
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.FloatLerper
Mappings:
Namespace Name
official bfg$d
intermediary net/minecraft/class_8113$class_8117
named net/minecraft/entity/decoration/DisplayEntity$FloatLerper
  • Method Summary

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

    • constant

      static DisplayEntity.FloatLerper constant(float value)
      Mappings:
      Namespace Name Mixin selector
      official constant Lbfg$d;constant(F)Lbfg$d;
      intermediary constant Lnet/minecraft/class_8113$class_8117;constant(F)Lnet/minecraft/class_8113$class_8117;
      named constant Lnet/minecraft/entity/decoration/DisplayEntity$FloatLerper;constant(F)Lnet/minecraft/entity/decoration/DisplayEntity$FloatLerper;
    • lerp

      float lerp(float delta)
      Mappings:
      Namespace Name Mixin selector
      official get Lbfg$d;get(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