Uses of Record Class
net.minecraft.client.render.gizmo.GizmoDrawerImpl.Line
Packages that use GizmoDrawerImpl.Line
-
Uses of GizmoDrawerImpl.Line in net.minecraft.client.render.gizmo
Fields in net.minecraft.client.render.gizmo with type parameters of type GizmoDrawerImpl.LineModifier and TypeFieldDescriptionprivate final List<GizmoDrawerImpl.Line> GizmoDrawerImpl.Division.linesThe field for thelinesrecord component.Methods in net.minecraft.client.render.gizmo that return types with arguments of type GizmoDrawerImpl.LineModifier and TypeMethodDescriptionGizmoDrawerImpl.Division.lines()Returns the value of thelinesrecord component.Constructor parameters in net.minecraft.client.render.gizmo with type arguments of type GizmoDrawerImpl.LineModifierConstructorDescriptionprivateDivision(boolean opaque, List<GizmoDrawerImpl.Line> lines, List<GizmoDrawerImpl.Quad> quads, List<GizmoDrawerImpl.Polygon> triangleFans, List<GizmoDrawerImpl.Text> texts, List<GizmoDrawerImpl.Point> points) Creates an instance of aDivisionrecord class.