mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-24 20:04:28 +00:00
Entity: Added getDataPropertyManager()
This commit is contained in:
parent
29e06e30b2
commit
a4f5cab12d
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user