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

Struct SetCompression

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

Source from the content-addressed store, hash-verified

8const PacketIdSetCompression = 0x03
9
10type SetCompression struct {
11 Threshold int32
12}
13
14func (SetCompression) ID() int32 {
15 return 0x03

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected