MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / read

Method read

src/main/java/net/minecraft/nbt/NBTSizeTracker.java:7–9  ·  view source on GitHub ↗
(long bits)

Source from the content-addressed store, hash-verified

5 public static final NBTSizeTracker INFINITE = new NBTSizeTracker(0L)
6 {
7 public void read(long bits)
8 {
9 }
10 };
11 private final long max;
12 private long read;

Callers 15

getTextureHeightMethod · 0.45
readTextureImageMethod · 0.45
parseMethod · 0.45
readTokenMethod · 0.45
readFullMethod · 0.45
readLineMethod · 0.45
getMethod · 0.45
readImageMethod · 0.45
loadNSMapFileMethod · 0.45
loadLayeredTextureMethod · 0.45
downloadTextureImageMethod · 0.45
readAllMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected