Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getBlock
Method · 0.95
render
Method · 0.45
onTick
Method · 0.45
tick
Method · 0.45
tick
Method · 0.45
onTick
Method · 0.45
onBlockInteract
Method · 0.45
onTick
Method · 0.45
onTick
Method · 0.45
onTick
Method · 0.45
tabComplete
Method · 0.45
execute
Method · 0.45
Calls
2
fromBits
Method · 0.95
get
Method · 0.65
Tested by
no test coverage detected