====== cPacket_BlockPlace ======
This packet is received by clients when they are placing blocks
===== Class Definition =====
^ Field ^ Variable type ^
| m_PosX | int |
| m_PosY| char |
| m_PosZ | int |
| m_Direction | char |
| m_ItemType| short int |
| m_Count| char |
| m_Uses| short int |