Uses of Interface
net.minecraft.world.entity.Display.IntInterpolator
Packages that use Display.IntInterpolator
-
Uses of Display.IntInterpolator in net.minecraft.world.entity
Classes in net.minecraft.world.entity that implement Display.IntInterpolatorModifier and TypeClassDescription(package private) static final record
(package private) static final record
Fields in net.minecraft.world.entity declared as Display.IntInterpolatorModifier 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.Methods in net.minecraft.world.entity that return Display.IntInterpolatorModifier 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.Constructors in net.minecraft.world.entity with parameters of type Display.IntInterpolatorModifierConstructorDescriptionTextRenderState
(Component text, int lineWidth, Display.IntInterpolator textOpacity, Display.IntInterpolator backgroundColor, byte flags) Creates an instance of aTextRenderState
record class.