package classic type InventoryOrder struct { BlockId byte Order byte } func (p *InventoryOrder) PacketId() byte { return 0x2c }