getEntityMetadata() public method

public getEntityMetadata ( ) : EntityMetadataStore
return pocketmine\metadata\EntityMetadataStore
Beispiel #1
0
 public function removeMetadata($metadataKey, Plugin $plugin)
 {
     $this->server->getEntityMetadata()->removeMetadata($this, $metadataKey, $plugin);
 }
Beispiel #2
0
 public function setMetadata($metadataKey, MetadataValue $metadataValue)
 {
     $this->server->getEntityMetadata()->setMetadata($this, $metadataKey, $metadataValue);
 }