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

Method repack

src/main/java/baritone/cache/WorldScanner.java:111–114  ·  view source on GitHub ↗
(IPlayerContext ctx)

Source from the content-addressed store, hash-verified

109 }
110
111 @Override
112 public int repack(IPlayerContext ctx) {
113 return this.repack(ctx, 40);
114 }
115
116 @Override
117 public int repack(IPlayerContext ctx, int range) {

Callers

nothing calls this directly

Calls 8

queueForPackingMethod · 0.95
playerFeetMethod · 0.80
worldMethod · 0.65
getCachedWorldMethod · 0.65
worldDataMethod · 0.65
getXMethod · 0.65
getZMethod · 0.65
isEmptyMethod · 0.65

Tested by

no test coverage detected