attacking entities working

just moved some code :P
This commit is contained in:
Dylan K. Taylor
2017-08-10 10:49:14 +01:00
parent 3025f76cd0
commit bb4808c23e
2 changed files with 129 additions and 125 deletions

View File

@ -31,17 +31,6 @@ use pocketmine\network\mcpe\NetworkSession;
class InteractPacket extends DataPacket{
const NETWORK_ID = ProtocolInfo::INTERACT_PACKET;
/**
* @deprecated
* This action is no longer used as of MCPE 1.2.0.2, this is now handled in InventoryTransactionPacket
*/
const ACTION_RIGHT_CLICK = 1;
/**
* @deprecated
* This action is no longer used as of MCPE 1.2.0.2, this is now handled in InventoryTransactionPacket
*/
const ACTION_LEFT_CLICK = 2;
const ACTION_LEAVE_VEHICLE = 3;
const ACTION_MOUSEOVER = 4;