Uses of Record Class
net.minecraft.world.entity.Display.TextDisplay.CachedLine
Packages that use Display.TextDisplay.CachedLine
-
Uses of Display.TextDisplay.CachedLine in net.minecraft.world.entity
Fields in net.minecraft.world.entity with type parameters of type Display.TextDisplay.CachedLineModifier and TypeFieldDescriptionprivate final List<Display.TextDisplay.CachedLine>
Display.TextDisplay.CachedInfo.lines
The field for thelines
record component.Methods in net.minecraft.world.entity that return types with arguments of type Display.TextDisplay.CachedLineModifier and TypeMethodDescriptionDisplay.TextDisplay.CachedInfo.lines()
Returns the value of thelines
record component.Constructor parameters in net.minecraft.world.entity with type arguments of type Display.TextDisplay.CachedLineModifierConstructorDescriptionCachedInfo
(List<Display.TextDisplay.CachedLine> lines, int width) Creates an instance of aCachedInfo
record class.