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$dintermediary net/minecraft/class_8113$class_8117named net/minecraft/entity/decoration/DisplayEntity$FloatLerper
-
Field Summary
Fields inherited from class net.minecraft.entity.decoration.DisplayEntity.Interpolator
prevValue, value -
Constructor Summary
Constructors -
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)Vintermediary <init>Lnet/minecraft/class_8113$class_8117;<init>(F)Vnamed <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 aLbfg$d;a(FFF)Fintermediary method_48887Lnet/minecraft/class_8113$class_8117;method_48887(FFF)Fnamed lerpLnet/minecraft/entity/decoration/DisplayEntity$FloatLerper;lerp(FFF)F
-
lerp
public float lerp(float delta) - Mappings:
Namespace Name Mixin selector official aLbfg$d;a(F)Fintermediary method_48886Lnet/minecraft/class_8113$class_8117;method_48886(F)Fnamed lerpLnet/minecraft/entity/decoration/DisplayEntity$FloatLerper;lerp(F)F
-
apply
- Specified by:
applyin classDisplayEntity.Interpolator<Float>- Mappings:
Namespace Name Mixin selector official bLbfg$d;b(F)Ljava/lang/Float;intermediary method_49746Lnet/minecraft/class_8113$class_8117;method_49746(F)Ljava/lang/Float;named applyLnet/minecraft/entity/decoration/DisplayEntity$FloatLerper;apply(F)Ljava/lang/Float;
-