Uses of Interface
net.minecraft.world.entity.Display.FloatInterpolator
-
Uses of Display.FloatInterpolator in net.minecraft.world.entity
Modifier and TypeClassDescription(package private) static final record
Modifier and TypeFieldDescriptionprivate final Display.FloatInterpolator
Display.RenderState.shadowRadius
The field for theshadowRadius
record component.private final Display.FloatInterpolator
Display.RenderState.shadowStrength
The field for theshadowStrength
record component.Modifier and TypeMethodDescriptionstatic Display.FloatInterpolator
Display.FloatInterpolator.constant
(float p_277894_) Display.RenderState.shadowRadius()
Returns the value of theshadowRadius
record component.Display.RenderState.shadowStrength()
Returns the value of theshadowStrength
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.