Uses of Interface
net.minecraft.entity.decoration.DisplayEntity.AbstractInterpolator
Packages that use DisplayEntity.AbstractInterpolator
-
Uses of DisplayEntity.AbstractInterpolator in net.minecraft.entity.decoration
Classes in net.minecraft.entity.decoration that implement DisplayEntity.AbstractInterpolatorModifier and TypeClassDescriptionprivate static final record
Fields in net.minecraft.entity.decoration declared as DisplayEntity.AbstractInterpolatorModifier and TypeFieldDescriptionprivate final DisplayEntity.AbstractInterpolator
<AffineTransformation> DisplayEntity.RenderState.transformation
The field for thetransformation
record component.Methods in net.minecraft.entity.decoration that return DisplayEntity.AbstractInterpolatorModifier and TypeMethodDescriptionstatic <T> DisplayEntity.AbstractInterpolator
<T> DisplayEntity.AbstractInterpolator.constant
(T value) DisplayEntity.RenderState.transformation()
Returns the value of thetransformation
record component.Constructors in net.minecraft.entity.decoration with parameters of type DisplayEntity.AbstractInterpolatorModifierConstructorDescriptionRenderState
(DisplayEntity.AbstractInterpolator<AffineTransformation> abstractInterpolator, DisplayEntity.BillboardMode billboardMode, int int2, DisplayEntity.FloatLerper floatLerper, DisplayEntity.FloatLerper floatLerper2, int int3)