Interface DisplayEntity.InterpolationUpdater

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 private static interface DisplayEntity.InterpolationUpdater
Mappings:
Namespace Name
official bfg$g
intermediary net/minecraft/class_8113$class_8217
named net/minecraft/entity/decoration/DisplayEntity$InterpolationUpdater
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    update(float value, DataTracker dataTracker)
     
  • Method Details

    • update

      void update(float value, DataTracker dataTracker)
      Mappings:
      Namespace Name Mixin selector
      official update Lbfg$g;update(FLaco;)V
      intermediary update Lnet/minecraft/class_8113$class_8217;update(FLnet/minecraft/class_2945;)V
      named update Lnet/minecraft/entity/decoration/DisplayEntity$InterpolationUpdater;update(FLnet/minecraft/entity/data/DataTracker;)V