summaryrefslogtreecommitdiffstats
path: root/source/Protocol/Protocol17x.h
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-11-08 20:56:19 +0100
committermadmaxoft <github@xoft.cz>2013-11-08 20:56:19 +0100
commit64412c1fe36eb57ba771c8d2eb4092e77fec0502 (patch)
tree816e941eaf94d084fef2c035f668e5c484a00dfc /source/Protocol/Protocol17x.h
parentMerge pull request #321 from mc-server/1.7pickupsfix (diff)
downloadcuberite-64412c1fe36eb57ba771c8d2eb4092e77fec0502.tar
cuberite-64412c1fe36eb57ba771c8d2eb4092e77fec0502.tar.gz
cuberite-64412c1fe36eb57ba771c8d2eb4092e77fec0502.tar.bz2
cuberite-64412c1fe36eb57ba771c8d2eb4092e77fec0502.tar.lz
cuberite-64412c1fe36eb57ba771c8d2eb4092e77fec0502.tar.xz
cuberite-64412c1fe36eb57ba771c8d2eb4092e77fec0502.tar.zst
cuberite-64412c1fe36eb57ba771c8d2eb4092e77fec0502.zip
Diffstat (limited to 'source/Protocol/Protocol17x.h')
-rw-r--r--source/Protocol/Protocol17x.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/Protocol/Protocol17x.h b/source/Protocol/Protocol17x.h
index 8cfb74004..ea7f7461f 100644
--- a/source/Protocol/Protocol17x.h
+++ b/source/Protocol/Protocol17x.h
@@ -168,6 +168,7 @@ protected:
void WriteFPInt(double a_Value); // Writes the double value as a 27:5 fixed-point integer
void WriteEntityMetadata(const cEntity & a_Entity); // Writes the metadata for the specified entity, not including the terminating 0x7f
void WriteMobMetadata(const cMonster & a_Mob); // Writes the mob-specific metadata for the specified mob
+ void WriteEntityProperties(const cEntity & a_Entity); // Writes the entity properties for the specified entity, including the Count field
protected:
cProtocol172 & m_Protocol;