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

Method getType

src/main/java/baritone/cache/CachedChunk.java:231–233  ·  view source on GitHub ↗
(int index)

Source from the content-addressed store, hash-verified

229 }
230
231 private PathingBlockType getType(int index) {
232 return PathingBlockType.fromBits(data.get(index), data.get(index + 1));
233 }
234
235 private void calculateHeightMap() {
236 for (int z = 0; z < 16; z++) {

Callers 15

getBlockMethod · 0.95
renderMethod · 0.45
onTickMethod · 0.45
tickMethod · 0.45
tickMethod · 0.45
onTickMethod · 0.45
onBlockInteractMethod · 0.45
onTickMethod · 0.45
onTickMethod · 0.45
onTickMethod · 0.45
tabCompleteMethod · 0.45
executeMethod · 0.45

Calls 2

fromBitsMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected