summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordaniel0916 <theschokolps@gmail.com>2014-04-07 20:13:45 +0200
committerdaniel0916 <theschokolps@gmail.com>2014-04-07 20:13:45 +0200
commit296d0acbffc053b4edc4c4b02503603081180ecf (patch)
treec69226a9c014b165f1da8cda3e7fbe4c52771e32
parentMerge remote-tracking branch 'upstream/master' into Enchanting (diff)
downloadcuberite-296d0acbffc053b4edc4c4b02503603081180ecf.tar
cuberite-296d0acbffc053b4edc4c4b02503603081180ecf.tar.gz
cuberite-296d0acbffc053b4edc4c4b02503603081180ecf.tar.bz2
cuberite-296d0acbffc053b4edc4c4b02503603081180ecf.tar.lz
cuberite-296d0acbffc053b4edc4c4b02503603081180ecf.tar.xz
cuberite-296d0acbffc053b4edc4c4b02503603081180ecf.tar.zst
cuberite-296d0acbffc053b4edc4c4b02503603081180ecf.zip
-rw-r--r--src/ClientHandle.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ClientHandle.h b/src/ClientHandle.h
index 0c367ec7d..01765cc85 100644
--- a/src/ClientHandle.h
+++ b/src/ClientHandle.h
@@ -230,6 +230,9 @@ public:
/** Called when the player moves into a different world; queues sreaming the new chunks */
void MoveToWorld(cWorld & a_World, bool a_SendRespawnPacket);
+ ///Handle item enchanting
+ void HandleEnchantItem(Byte & WindowID, Byte & Enchantment);
+
private:
/** Handles the block placing packet when it is a real block placement (not block-using, item-using or eating) */