Package net.minecraft.entity.decoration
Class DisplayEntity.FloatLerper
java.lang.Object
net.minecraft.entity.decoration.DisplayEntity.Interpolator<Float>
net.minecraft.entity.decoration.DisplayEntity.FloatLerper
- Enclosing class:
DisplayEntity
- Mappings:
Namespace Name official bfg$d
intermediary net/minecraft/class_8113$class_8117
named net/minecraft/entity/decoration/DisplayEntity$FloatLerper
-
Field Summary
Fields inherited from class net.minecraft.entity.decoration.DisplayEntity.Interpolator
prevValue, value
-
Constructor Summary
-
Method Summary
Methods inherited from class net.minecraft.entity.decoration.DisplayEntity.Interpolator
setValue
-
Constructor Details
-
FloatLerper
protected FloatLerper(float value) - Mappings:
Namespace Name Mixin selector official <init>
Lbfg$d;<init>(F)V
intermediary <init>
Lnet/minecraft/class_8113$class_8117;<init>(F)V
named <init>
Lnet/minecraft/entity/decoration/DisplayEntity$FloatLerper;<init>(F)V
-
-
Method Details
-
lerp
protected float lerp(float delta, float start, float end) - Mappings:
Namespace Name Mixin selector official a
Lbfg$d;a(FFF)F
intermediary method_48887
Lnet/minecraft/class_8113$class_8117;method_48887(FFF)F
named lerp
Lnet/minecraft/entity/decoration/DisplayEntity$FloatLerper;lerp(FFF)F
-
lerp
public float lerp(float delta) - Mappings:
Namespace Name Mixin selector official a
Lbfg$d;a(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
-
apply
- Specified by:
apply
in classDisplayEntity.Interpolator<Float>
- Mappings:
Namespace Name Mixin selector official b
Lbfg$d;b(F)Ljava/lang/Float;
intermediary method_49746
Lnet/minecraft/class_8113$class_8117;method_49746(F)Ljava/lang/Float;
named apply
Lnet/minecraft/entity/decoration/DisplayEntity$FloatLerper;apply(F)Ljava/lang/Float;
-