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