Package net.minecraft.entity.decoration
Interface DisplayEntity.AbstractInterpolator<T>
- All Known Implementing Classes:
- DisplayEntity.AffineTransformationInterpolator
- 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$e- intermediary - net/minecraft/class_8113$class_8118- named - net/minecraft/entity/decoration/DisplayEntity$AbstractInterpolator
- 
Method SummaryModifier and TypeMethodDescriptionstatic <T> DisplayEntity.AbstractInterpolator<T>constant(T value) interpolate(float delta) 
- 
Method Details- 
constant- Mappings:
- Namespace - Name - Mixin selector - official - constant- Lbfi$e;constant(Ljava/lang/Object;)Lbfi$e;- intermediary - constant- Lnet/minecraft/class_8113$class_8118;constant(Ljava/lang/Object;)Lnet/minecraft/class_8113$class_8118;- named - constant- Lnet/minecraft/entity/decoration/DisplayEntity$AbstractInterpolator;constant(Ljava/lang/Object;)Lnet/minecraft/entity/decoration/DisplayEntity$AbstractInterpolator;
 
- 
interpolate- Mappings:
- Namespace - Name - Mixin selector - official - get- Lbfi$e;get(F)Ljava/lang/Object;- intermediary - method_48888- Lnet/minecraft/class_8113$class_8118;method_48888(F)Ljava/lang/Object;- named - interpolate- Lnet/minecraft/entity/decoration/DisplayEntity$AbstractInterpolator;interpolate(F)Ljava/lang/Object;
 
 
-