Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZeppelinMC/Zeppelin
/ NewDecoder
Function
NewDecoder
protocol/nbt/decoder.go:66–68 ·
view source on GitHub ↗
(rd io.Reader)
Source
from the content-addressed store, hash-verified
64
}
65
66
func
NewDecoder(rd io.Reader) *Decoder {
67
return
&Decoder{rd: rd}
68
}
69
70
func
(d *Decoder) ReadRootName(v bool) {
71
d.dontReadRootCompoundName = !v
Callers
3
NBT
Method · 0.92
PlayerData
Method · 0.92
Unmarshal
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected