MCPcopy Create free account
hub / github.com/boxbeam/RedLib / load

Method load

src/redempt/redlib/blockdata/BlockDataManager.java:250–252  ·  view source on GitHub ↗

Loads the data for a chunk synchronously @param world The world the data is in @param cx The chunk X of the chunk the data is in @param cz The chunk Z of the chunk the data is in

(World world, int cx, int cz)

Source from the content-addressed store, hash-verified

248 * @param cz The chunk Z of the chunk the data is in
249 */
250 public void load(World world, int cx, int cz) {
251 unwrap(loadAsync(world, cx, cz));
252 }
253
254 /**
255 * Unloads the data for a chunk asynchronously

Callers 4

getDataBlockAsyncMethod · 0.95
BlockDataManagerMethod · 0.95
loadAsyncMethod · 0.95
loadAllMethod · 0.95

Calls 10

unwrapMethod · 0.95
loadAsyncMethod · 0.95
parseMapMethod · 0.95
getMapMethod · 0.95
forEachMethod · 0.80
splitMethod · 0.80
getWorldNameMethod · 0.80
getMethod · 0.65
loadMethod · 0.65
removeMethod · 0.65

Tested by

no test coverage detected