Package net.minecraft.entity.decoration
Class DisplayEntity.IntLerper
java.lang.Object
net.minecraft.entity.decoration.DisplayEntity.Interpolator<Integer>
net.minecraft.entity.decoration.DisplayEntity.IntLerper
- Direct Known Subclasses:
DisplayEntity.ArgbLerper
- Enclosing class:
DisplayEntity
- Mappings:
Namespace Name official bfg$fintermediary net/minecraft/class_8113$class_8119named net/minecraft/entity/decoration/DisplayEntity$IntLerper
-
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
-
IntLerper
protected IntLerper(int value) - Mappings:
Namespace Name Mixin selector official <init>Lbfg$f;<init>(I)Vintermediary <init>Lnet/minecraft/class_8113$class_8119;<init>(I)Vnamed <init>Lnet/minecraft/entity/decoration/DisplayEntity$IntLerper;<init>(I)V
-
-
Method Details
-
lerp
protected int lerp(float delta, int start, int end) - Mappings:
Namespace Name Mixin selector official aLbfg$f;a(FII)Iintermediary method_48885Lnet/minecraft/class_8113$class_8119;method_48885(FII)Inamed lerpLnet/minecraft/entity/decoration/DisplayEntity$IntLerper;lerp(FII)I
-
lerp
public int lerp(float value) - Mappings:
Namespace Name Mixin selector official aLbfg$f;a(F)Iintermediary method_48889Lnet/minecraft/class_8113$class_8119;method_48889(F)Inamed lerpLnet/minecraft/entity/decoration/DisplayEntity$IntLerper;lerp(F)I
-
apply
- Specified by:
applyin classDisplayEntity.Interpolator<Integer>- Mappings:
Namespace Name Mixin selector official bLbfg$f;b(F)Ljava/lang/Integer;intermediary method_49748Lnet/minecraft/class_8113$class_8119;method_49748(F)Ljava/lang/Integer;named applyLnet/minecraft/entity/decoration/DisplayEntity$IntLerper;apply(F)Ljava/lang/Integer;
-