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

Method Decode

protocol/net/packet/packet.go:14–14  ·  view source on GitHub ↗
(encoding.Reader)

Source from the content-addressed store, hash-verified

12type Decodeable interface {
13 ID() int32
14 Decode(encoding.Reader) error
15}
16
17// Error is a dummy decodeable packet that is simply an error

Callers 7

ReadPacketMethod · 0.95
UnmarshalFunction · 0.65
authenticateMethod · 0.65
DecodeMethod · 0.65
DecodeMethod · 0.65
NewFunction · 0.65
PlayerDataMethod · 0.65

Implementers 15

Errorprotocol/net/packet/packet.go
UnknownPacketprotocol/net/packet/packet.go
RegistryDataprotocol/net/packet/configuration/regi
Pingprotocol/net/packet/configuration/ping
Disconnectprotocol/net/packet/configuration/disc
ClientboundPluginMessageprotocol/net/packet/configuration/plug
ClientInformationprotocol/net/packet/configuration/clie
KeepAliveprotocol/net/packet/configuration/keep
SetCompressionprotocol/net/packet/login/setCompressi
LoginAcknowledgedprotocol/net/packet/login/loginSuccess
Disconnectprotocol/net/packet/login/disconnect.g
LoginStartprotocol/net/packet/login/loginStart.g

Calls

no outgoing calls

Tested by

no test coverage detected