Package net.minecraft.entity.decoration
Interface DisplayEntity.IntLerper
- All Known Implementing Classes:
- DisplayEntity.ArgbLerper,- DisplayEntity.IntLerperImpl
- 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$IntLerper- intermediary - net/minecraft/class_8113$class_8119- official - buk$f
- 
Method SummaryModifier and TypeMethodDescriptionstatic DisplayEntity.IntLerperconstant(int value) intlerp(float delta) 
- 
Method Details- 
constant- Mappings:
- Namespace - Name - Mixin selector - named - constant- Lnet/minecraft/entity/decoration/DisplayEntity$IntLerper;constant(I)Lnet/minecraft/entity/decoration/DisplayEntity$IntLerper;- intermediary - constant- Lnet/minecraft/class_8113$class_8119;constant(I)Lnet/minecraft/class_8113$class_8119;- official - constant- Lbuk$f;constant(I)Lbuk$f;
 
- 
lerpint lerp(float delta) - Mappings:
- Namespace - Name - Mixin selector - named - lerp- Lnet/minecraft/entity/decoration/DisplayEntity$IntLerper;lerp(F)I- intermediary - method_48889- Lnet/minecraft/class_8113$class_8119;method_48889(F)I- official - get- Lbuk$f;get(F)I
 
 
-