Package net.minecraft.entity.decoration
Interface DisplayEntity.FloatLerper
- All Known Implementing Classes:
DisplayEntity.FloatLerperImpl
- 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 blu$d
intermediary net/minecraft/class_8113$class_8117
named net/minecraft/entity/decoration/DisplayEntity$FloatLerper
-
Method Summary
Modifier and TypeMethodDescriptionstatic DisplayEntity.FloatLerper
constant
(float value) float
lerp
(float delta)
-
Method Details
-
constant
- Mappings:
Namespace Name Mixin selector official constant
Lblu$d;constant(F)Lblu$d;
intermediary constant
Lnet/minecraft/class_8113$class_8117;constant(F)Lnet/minecraft/class_8113$class_8117;
named constant
Lnet/minecraft/entity/decoration/DisplayEntity$FloatLerper;constant(F)Lnet/minecraft/entity/decoration/DisplayEntity$FloatLerper;
-
lerp
float lerp(float delta) - Mappings:
Namespace Name Mixin selector official get
Lblu$d;get(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
-