Uses of Interface
net.minecraft.world.entity.Display.GenericInterpolator
-
Uses of Display.GenericInterpolator in net.minecraft.world.entity
Modifier and TypeClassDescription(package private) static final record
Modifier and TypeFieldDescriptionprivate final Display.GenericInterpolator
<Transformation> Display.RenderState.transformation
The field for thetransformation
record component.Modifier and TypeMethodDescriptionstatic <T> Display.GenericInterpolator
<T> Display.GenericInterpolator.constant
(T p_277718_) Display.RenderState.transformation()
Returns the value of thetransformation
record component.ModifierConstructorDescriptionRenderState
(Display.GenericInterpolator<Transformation> transformation, Display.BillboardConstraints billboardConstraints, int brightnessOverride, Display.FloatInterpolator shadowRadius, Display.FloatInterpolator shadowStrength, int glowColorOverride) Creates an instance of aRenderState
record class.