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

Method endLines

src/main/java/baritone/utils/IRenderer.java:91–91  ·  view source on GitHub ↗
(BufferBuilder bufferBuilder, boolean ignoredDepth)

Source from the content-addressed store, hash-verified

89 }
90
91 static void endLines(BufferBuilder bufferBuilder, boolean ignoredDepth) {
92 MeshData meshData = bufferBuilder.build();
93 if (meshData != null) {
94 if (ignoredDepth) {

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