Deprecated EntityMoveEvent

This commit is contained in:
Shoghi Cervantes 2014-10-14 16:11:10 +02:00
parent 43a97c407d
commit 4e793199fa

View File

@ -26,6 +26,9 @@ use pocketmine\Event;
use pocketmine\event\Cancellable;
use pocketmine\math\Vector3 as Vector3;
/**
* @deprecated
*/
class EntityMoveEvent extends EntityEvent implements Cancellable{
public static $handlerList = null;