From ffcada88f3bdbf4532417ee06ffb031719bb16a3 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Tue, 25 Apr 2017 16:27:29 +0100 Subject: [PATCH] New data flags --- src/pocketmine/entity/Entity.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pocketmine/entity/Entity.php b/src/pocketmine/entity/Entity.php index 28b9e4152..8bebf5d46 100644 --- a/src/pocketmine/entity/Entity.php +++ b/src/pocketmine/entity/Entity.php @@ -187,6 +187,10 @@ abstract class Entity extends Location implements Metadatable{ const DATA_FLAG_REARING = 37; const DATA_FLAG_VIBRATING = 38; const DATA_FLAG_IDLING = 39; + const DATA_FLAG_EVOKER_SPELL = 40; + const DATA_FLAG_CHARGE_ATTACK = 41; + + const DATA_FLAG_LINGER = 45; public static $entityCount = 1; /** @var Entity[] */