MCPcopy Create free account
hub / github.com/cabaletta/baritone / startLines

Method startLines

src/main/java/baritone/utils/IRenderer.java:81–81  ·  view source on GitHub ↗
(Color color, float alpha, float lineWidth)

Source from the content-addressed store, hash-verified

79 }
80
81 static BufferBuilder startLines(Color color, float alpha, float lineWidth) {
82 glColor(color, alpha);
83 RenderSystem.lineWidth(lineWidth);
84 return tessellator.begin(VertexFormat.Mode.LINES, DefaultVertexFormat.POSITION_COLOR_NORMAL);

Callers 8

drawPathMethod · 0.95
drawGoalMethod · 0.95
drawDankLitGoalBoxMethod · 0.95
onRenderMethod · 0.95
onRenderPassMethod · 0.95
renderSelectionsMethod · 0.95
onRenderPassMethod · 0.95

Implementers 2

PathRenderersrc/main/java/baritone/utils/PathRende
SelectionRenderersrc/main/java/baritone/selection/Selec

Calls

no outgoing calls

Tested by

no test coverage detected