MCPcopy Create free account
hub / github.com/ZeppelinMC/Zeppelin / ReadRootName

Method ReadRootName

protocol/nbt/decoder.go:70–72  ·  view source on GitHub ↗
(v bool)

Source from the content-addressed store, hash-verified

68}
69
70func (d *Decoder) ReadRootName(v bool) {
71 d.dontReadRootCompoundName = !v
72}
73
74func (d *Decoder) DisallowUnknownFields(v bool) {
75 d.disallowUnknownFields = v

Callers 1

NBTMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected