Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cabaletta/baritone
/ isCached
Method
isCached
src/main/java/baritone/cache/CachedRegion.java:88–91 ·
view source on GitHub ↗
(int x, int z)
Source
from the content-addressed store, hash-verified
86
}
87
88
@Override
89
public
final
boolean isCached(
int
x,
int
z) {
90
return
chunks[x >> 4][z >> 4] != null;
91
}
92
93
public
final
ArrayList<BlockPos> getLocationsOf(String block) {
94
ArrayList<BlockPos> res =
new
ArrayList<>();
Callers
2
isCached
Method · 0.95
isLoaded
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected