mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Entity: Added getDataPropertyManager()
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user