summaryrefslogtreecommitdiff
path: root/classic
diff options
context:
space:
mode:
Diffstat (limited to 'classic')
-rw-r--r--classic/ext_inventory_order.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/classic/ext_inventory_order.go b/classic/ext_inventory_order.go
new file mode 100644
index 0000000..47cda6e
--- /dev/null
+++ b/classic/ext_inventory_order.go
@@ -0,0 +1,9 @@
+package classic
+
+type InventoryOrder struct {
+ BlockId byte
+ Order byte
+}
+func (p *InventoryOrder) PacketId() byte {
+ return 0x2c
+}