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 - bfi$d- intermediary - net/minecraft/class_8113$class_8117- named - net/minecraft/entity/decoration/DisplayEntity$FloatLerper
- 
Method SummaryModifier and TypeMethodDescriptionstatic DisplayEntity.FloatLerperconstant(float value) floatlerp(float delta) 
- 
Method Details- 
constant- Mappings:
- Namespace - Name - Mixin selector - official - constant- Lbfi$d;constant(F)Lbfi$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;
 
- 
lerpfloat lerp(float delta) - Mappings:
- Namespace - Name - Mixin selector - official - get- Lbfi$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
 
 
-