Uses of Record Class
net.minecraft.world.entity.Display.TextDisplay.CachedLine
-
Uses of Display.TextDisplay.CachedLine in net.minecraft.world.entity
Modifier and TypeFieldDescriptionprivate final List<Display.TextDisplay.CachedLine>
Display.TextDisplay.CachedInfo.lines
The field for thelines
record component.Modifier and TypeMethodDescriptionDisplay.TextDisplay.CachedInfo.lines()
Returns the value of thelines
record component.ModifierConstructorDescriptionCachedInfo
(List<Display.TextDisplay.CachedLine> lines, int width) Creates an instance of aCachedInfo
record class.