MCPcopy 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
66func NewDecoder(rd io.Reader) *Decoder {
67 return &Decoder{rd: rd}
68}
69
70func (d *Decoder) ReadRootName(v bool) {
71 d.dontReadRootCompoundName = !v

Callers 3

NBTMethod · 0.92
PlayerDataMethod · 0.92
UnmarshalFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected