Uses of Interface
net.minecraft.world.entity.Display.IntInterpolator
-
Uses of Display.IntInterpolator in net.minecraft.world.entity
Modifier and TypeClassDescription(package private) static final record
(package private) static final record
Modifier and TypeFieldDescriptionprivate final Display.IntInterpolator
Display.TextDisplay.TextRenderState.backgroundColor
The field for thebackgroundColor
record component.private final Display.IntInterpolator
Display.TextDisplay.TextRenderState.textOpacity
The field for thetextOpacity
record component.Modifier and TypeMethodDescriptionDisplay.TextDisplay.TextRenderState.backgroundColor()
Returns the value of thebackgroundColor
record component.static Display.IntInterpolator
Display.IntInterpolator.constant
(int p_277348_) Display.TextDisplay.TextRenderState.textOpacity()
Returns the value of thetextOpacity
record component.ModifierConstructorDescriptionTextRenderState
(Component text, int lineWidth, Display.IntInterpolator textOpacity, Display.IntInterpolator backgroundColor, byte flags) Creates an instance of aTextRenderState
record class.