pocketmine\Server::getEntityMetadata PHP 메소드

getEntityMetadata() 공개 메소드

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

Usage Example

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