Uses of Record Class
net.minecraft.client.renderer.gizmos.DrawableGizmoPrimitives.Line
Packages that use DrawableGizmoPrimitives.Line
-
Uses of DrawableGizmoPrimitives.Line in net.minecraft.client.renderer.gizmos
Fields in net.minecraft.client.renderer.gizmos with type parameters of type DrawableGizmoPrimitives.LineModifier and TypeFieldDescriptionprivate final List<DrawableGizmoPrimitives.Line> DrawableGizmoPrimitives.Group.linesThe field for thelinesrecord component.Methods in net.minecraft.client.renderer.gizmos that return types with arguments of type DrawableGizmoPrimitives.LineModifier and TypeMethodDescriptionDrawableGizmoPrimitives.Group.lines()Returns the value of thelinesrecord component.Constructor parameters in net.minecraft.client.renderer.gizmos with type arguments of type DrawableGizmoPrimitives.LineModifierConstructorDescriptionprivateGroup(boolean opaque, List<DrawableGizmoPrimitives.Line> lines, List<DrawableGizmoPrimitives.Quad> quads, List<DrawableGizmoPrimitives.TriangleFan> triangleFans, List<DrawableGizmoPrimitives.Text> texts, List<DrawableGizmoPrimitives.Point> points) Creates an instance of aGrouprecord class.