pocketmine\Server::getEntityMetadata PHP Method

getEntityMetadata() public method

public getEntityMetadata ( ) : EntityMetadataStore
return pocketmine\metadata\EntityMetadataStore
    public function getEntityMetadata()
    {
        return $this->entityMetadata;
    }

Usage Example

Example #1
0
 public function removeMetadata($metadataKey, Plugin $plugin)
 {
     $this->server->getEntityMetadata()->removeMetadata($this, $metadataKey, $plugin);
 }
All Usage Examples Of pocketmine\Server::getEntityMetadata
Server