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

Struct UnknownPacket

protocol/net/packet/packet.go:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25var _ Decodeable = (*Error)(nil)
26
27type UnknownPacket struct {
28 Id int32
29 Length int32
30 Payload encoding.Reader
31}
32
33func (u UnknownPacket) ID() int32 {
34 return u.Id

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected