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

Method drawGoal

src/main/java/baritone/utils/PathRenderer.java:218–220  ·  view source on GitHub ↗
(PoseStack stack, IPlayerContext ctx, Goal goal, float partialTicks, Color color)

Source from the content-addressed store, hash-verified

216 }
217
218 public static void drawGoal(PoseStack stack, IPlayerContext ctx, Goal goal, float partialTicks, Color color) {
219 drawGoal(null, stack, ctx, goal, partialTicks, color, true);
220 }
221
222 private static void drawGoal(@Nullable BufferBuilder bufferBuilder, PoseStack stack, IPlayerContext ctx, Goal goal, float partialTicks, Color color, boolean setupRender) {
223 if (!setupRender && bufferBuilder == null) {

Callers 2

renderMethod · 0.95
onRenderPassMethod · 0.95

Calls 15

posXMethod · 0.95
posYMethod · 0.95
posZMethod · 0.95
getXMethod · 0.95
getZMethod · 0.95
drawDankLitGoalBoxMethod · 0.95
startLinesMethod · 0.95
endLinesMethod · 0.95
getYMethod · 0.80
getMinYMethod · 0.80
goalsMethod · 0.80
getGoalPosMethod · 0.65

Tested by

no test coverage detected