1 2 3 4 5 6 7 8
package classic type CustomBlocksSupportLevel struct { SupportLevel byte } func (p *CustomBlocksSupportLevel) PacketId() byte { return 0x13 }