Package net.minecraft.entity.decoration
Class DisplayEntity.AbstractInterpolator<T>
java.lang.Object
net.minecraft.entity.decoration.DisplayEntity.Interpolator<T>
net.minecraft.entity.decoration.DisplayEntity.AbstractInterpolator<T>
- Enclosing class:
DisplayEntity
private abstract static class DisplayEntity.AbstractInterpolator<T>
extends DisplayEntity.Interpolator<T>
- Mappings:
Namespace Name official bfg$e
intermediary net/minecraft/class_8113$class_8118
named net/minecraft/entity/decoration/DisplayEntity$AbstractInterpolator
-
Field Summary
Fields inherited from class net.minecraft.entity.decoration.DisplayEntity.Interpolator
prevValue, value
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected T
apply
(float value) interpolate
(float delta) protected abstract T
interpolate
(float delta, T start, T end) Methods inherited from class net.minecraft.entity.decoration.DisplayEntity.Interpolator
setValue
-
Constructor Details
-
AbstractInterpolator
- Mappings:
Namespace Name Mixin selector official <init>
Lbfg$h;<init>(Ljava/lang/Object;)V
intermediary <init>
Lnet/minecraft/class_8113$class_8120;<init>(Ljava/lang/Object;)V
named <init>
Lnet/minecraft/entity/decoration/DisplayEntity$Interpolator;<init>(Ljava/lang/Object;)V
-
-
Method Details
-
interpolate
- Mappings:
Namespace Name Mixin selector official a
Lbfg$e;a(FLjava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
intermediary method_48880
Lnet/minecraft/class_8113$class_8118;method_48880(FLjava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
named interpolate
Lnet/minecraft/entity/decoration/DisplayEntity$AbstractInterpolator;interpolate(FLjava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
-
interpolate
- Mappings:
Namespace Name Mixin selector official a
Lbfg$e;a(F)Ljava/lang/Object;
intermediary method_48888
Lnet/minecraft/class_8113$class_8118;method_48888(F)Ljava/lang/Object;
named interpolate
Lnet/minecraft/entity/decoration/DisplayEntity$AbstractInterpolator;interpolate(F)Ljava/lang/Object;
-
apply
- Specified by:
apply
in classDisplayEntity.Interpolator<T>
- Mappings:
Namespace Name Mixin selector official c
Lbfg$h;c(F)Ljava/lang/Object;
intermediary method_49747
Lnet/minecraft/class_8113$class_8120;method_49747(F)Ljava/lang/Object;
named apply
Lnet/minecraft/entity/decoration/DisplayEntity$Interpolator;apply(F)Ljava/lang/Object;
-