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 recordFields in net.minecraft.world.entity declared as Display.IntInterpolatorModifier and TypeFieldDescriptionprivate final Display.IntInterpolatorDisplay.TextDisplay.TextRenderState.backgroundColorThe field for thebackgroundColorrecord component.private final Display.IntInterpolatorDisplay.TextDisplay.TextRenderState.textOpacityThe field for thetextOpacityrecord component.Methods in net.minecraft.world.entity that return Display.IntInterpolatorModifier and TypeMethodDescriptionDisplay.TextDisplay.TextRenderState.backgroundColor()Returns the value of thebackgroundColorrecord component.static Display.IntInterpolatorDisplay.IntInterpolator.constant(int p_277348_) Display.TextDisplay.TextRenderState.textOpacity()Returns the value of thetextOpacityrecord 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 aTextRenderStaterecord class.