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

Method FixedByteArray

protocol/net/io/encoding/reader.go:228–231  ·  view source on GitHub ↗
(s []byte)

Source from the content-addressed store, hash-verified

226}
227
228func (r Reader) FixedByteArray(s []byte) error {
229 _, err := r.r.Read(s)
230 return err
231}
232
233func (r Reader) NBT(v any) error {
234 dec := nbt.NewDecoder(r.r)

Callers 11

EncodeMethod · 0.45
EncodeMethod · 0.45
EncodeMethod · 0.45
EncodeMethod · 0.45
DecodeMethod · 0.45
EncodeMethod · 0.45
EncodeMethod · 0.45
EncodeMethod · 0.45
DecodeMethod · 0.45
EncodeMethod · 0.45
DecodeMethod · 0.45

Calls 1

ReadMethod · 0.45

Tested by

no test coverage detected