1
0

Added WriteBlockEntity to 1.10 and 1.11 and fixed mob spawner

This commit is contained in:
Lukas Pioch
2017-06-05 15:49:36 +02:00
parent 3c4e443ddc
commit 4e0ae63ec2
6 changed files with 235 additions and 2 deletions

View File

@@ -269,7 +269,7 @@ protected:
void WriteEntityProperties(cPacketizer & a_Pkt, const cEntity & a_Entity);
/** Writes the block entity data for the specified block entity into the packet. */
void WriteBlockEntity(cPacketizer & a_Pkt, const cBlockEntity & a_BlockEntity);
virtual void WriteBlockEntity(cPacketizer & a_Pkt, const cBlockEntity & a_BlockEntity);
/** Types used within metadata */
enum eMetadataType