Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12
type
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
ReadPacket
Method · 0.95
Unmarshal
Function · 0.65
authenticate
Method · 0.65
Decode
Method · 0.65
Decode
Method · 0.65
New
Function · 0.65
PlayerData
Method · 0.65
Implementers
15
Error
protocol/net/packet/packet.go
UnknownPacket
protocol/net/packet/packet.go
RegistryData
protocol/net/packet/configuration/regi
Ping
protocol/net/packet/configuration/ping
Disconnect
protocol/net/packet/configuration/disc
ClientboundPluginMessage
protocol/net/packet/configuration/plug
ClientInformation
protocol/net/packet/configuration/clie
KeepAlive
protocol/net/packet/configuration/keep
SetCompression
protocol/net/packet/login/setCompressi
LoginAcknowledged
protocol/net/packet/login/loginSuccess
Disconnect
protocol/net/packet/login/disconnect.g
LoginStart
protocol/net/packet/login/loginStart.g
Calls
no outgoing calls
Tested by
no test coverage detected