Protocol 1.7: Copied Mob Metadata code from 1.2.5.

This commit is contained in:
madmaxoft
2013-11-08 20:56:19 +01:00
parent d33112b6b1
commit 64412c1fe3
3 changed files with 197 additions and 19 deletions
+1
View File
@@ -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;