mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 19:34:15 +00:00
Deprecated EntityMoveEvent
This commit is contained in:
parent
43a97c407d
commit
4e793199fa
@ -26,6 +26,9 @@ use pocketmine\Event;
|
|||||||
use pocketmine\event\Cancellable;
|
use pocketmine\event\Cancellable;
|
||||||
use pocketmine\math\Vector3 as Vector3;
|
use pocketmine\math\Vector3 as Vector3;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @deprecated
|
||||||
|
*/
|
||||||
class EntityMoveEvent extends EntityEvent implements Cancellable{
|
class EntityMoveEvent extends EntityEvent implements Cancellable{
|
||||||
public static $handlerList = null;
|
public static $handlerList = null;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user