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

Method Decode

protocol/net/packet/play/chatCommand.go:22–24  ·  view source on GitHub ↗
(r encoding.Reader)

Source from the content-addressed store, hash-verified

20}
21
22func (c *ChatCommand) Decode(r encoding.Reader) error {
23 return r.String(&c.Command)
24}

Callers

nothing calls this directly

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected