summaryrefslogtreecommitdiffstats
path: root/source/Protocol/Protocol.h
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-11-01 16:20:15 +0100
committermadmaxoft <github@xoft.cz>2013-11-01 16:20:15 +0100
commitb6faeaba184976eb48aeb0370169029eba3343e9 (patch)
treea879c46e8d7064b6e482336bbf8d7add596aeb68 /source/Protocol/Protocol.h
parentMerge branch 'master' of https://github.com/mc-server/MCServer (diff)
downloadcuberite-b6faeaba184976eb48aeb0370169029eba3343e9.tar
cuberite-b6faeaba184976eb48aeb0370169029eba3343e9.tar.gz
cuberite-b6faeaba184976eb48aeb0370169029eba3343e9.tar.bz2
cuberite-b6faeaba184976eb48aeb0370169029eba3343e9.tar.lz
cuberite-b6faeaba184976eb48aeb0370169029eba3343e9.tar.xz
cuberite-b6faeaba184976eb48aeb0370169029eba3343e9.tar.zst
cuberite-b6faeaba184976eb48aeb0370169029eba3343e9.zip
Diffstat (limited to 'source/Protocol/Protocol.h')
-rw-r--r--source/Protocol/Protocol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/Protocol/Protocol.h b/source/Protocol/Protocol.h
index 466cf874b..6bea4edbb 100644
--- a/source/Protocol/Protocol.h
+++ b/source/Protocol/Protocol.h
@@ -77,6 +77,7 @@ public:
virtual void SendKeepAlive (int a_PingID) = 0;
virtual void SendLogin (const cPlayer & a_Player, const cWorld & a_World) = 0;
virtual void SendPickupSpawn (const cPickup & a_Pickup) = 0;
+ virtual void SendPlayerAbilities (void) = 0;
virtual void SendPlayerAnimation (const cPlayer & a_Player, char a_Animation) = 0;
virtual void SendPlayerListItem (const cPlayer & a_Player, bool a_IsOnline) = 0;
virtual void SendPlayerMaxSpeed (void) = 0; ///< Informs the client of the maximum player speed (1.6.1+)