Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getTextureHeight
Method · 0.45
readTextureImage
Method · 0.45
parse
Method · 0.45
readToken
Method · 0.45
readFull
Method · 0.45
readLine
Method · 0.45
get
Method · 0.45
readImage
Method · 0.45
loadNSMapFile
Method · 0.45
loadLayeredTexture
Method · 0.45
downloadTextureImage
Method · 0.45
readAll
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected