package classic type CustomBlocksSupportLevel struct { SupportLevel byte } func (p *CustomBlocksSupportLevel) PacketId() byte { return 0x13 }