Entity: Added getDataPropertyManager()

This commit is contained in:
Dylan K. Taylor 2018-01-20 20:07:11 +00:00
parent 29e06e30b2
commit a4f5cab12d

View File

@ -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