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

Method toByteArray

src/main/java/baritone/cache/CachedChunk.java:273–275  ·  view source on GitHub ↗

@return Returns the raw packed chunk data as a byte array

()

Source from the content-addressed store, hash-verified

271 * @return Returns the raw packed chunk data as a byte array
272 */
273 public final byte[] toByteArray() {
274 return this.data.toByteArray();
275 }
276
277 /**
278 * Returns the raw bit index of the specified position

Callers 3

saveMethod · 0.95
determinizeMethod · 0.80
serialize0Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected