mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 02:42:58 +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;
|
return $this->attributeMap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function getDataPropertyManager() : DataPropertyManager{
|
||||||
|
return $this->propertyManager;
|
||||||
|
}
|
||||||
|
|
||||||
public function entityBaseTick(int $tickDiff = 1) : bool{
|
public function entityBaseTick(int $tickDiff = 1) : bool{
|
||||||
//TODO: check vehicles
|
//TODO: check vehicles
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user