Package net.minecraft.entity.decoration
Interface DisplayEntity.IntLerper
- All Known Implementing Classes:
DisplayEntity.ArgbLerper
,DisplayEntity.class_8228
- 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.
- Mappings:
Namespace Name official bev$f
intermediary net/minecraft/class_8113$class_8119
named net/minecraft/entity/decoration/DisplayEntity$IntLerper
-
Method Summary
Modifier and TypeMethodDescriptionstatic DisplayEntity.IntLerper
constant
(int int2) int
lerp
(float value)
-
Method Details
-
constant
-
lerp
int lerp(float value) - Mappings:
Namespace Name Mixin selector official get
Lbev$f;get(F)I
intermediary method_48889
Lnet/minecraft/class_8113$class_8119;method_48889(F)I
named lerp
Lnet/minecraft/entity/decoration/DisplayEntity$IntLerper;lerp(F)I
-