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.linesThe field for thelinesrecord 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 thelinesrecord 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 aCachedInforecord class.