diff --git a/src/pocketmine/entity/Entity.php b/src/pocketmine/entity/Entity.php index 97f246ab3..81da15f0b 100644 --- a/src/pocketmine/entity/Entity.php +++ b/src/pocketmine/entity/Entity.php @@ -966,6 +966,10 @@ abstract class Entity extends Location implements Metadatable, EntityIds{ return $this->attributeMap; } + public function getDataPropertyManager() : DataPropertyManager{ + return $this->propertyManager; + } + public function entityBaseTick(int $tickDiff = 1) : bool{ //TODO: check vehicles