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

Struct KeepAlive

protocol/net/packet/configuration/keepAlive.go:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8const PacketIdKeepAlive = 0x04
9
10type KeepAlive struct {
11 KeepAliveID int64
12}
13
14func (KeepAlive) ID() int32 {
15 return 0x04

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected