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