pocketmine\tile\Sign::getSpawnCompound PHP Метод

getSpawnCompound() публичный Метод

public getSpawnCompound ( )
    public function getSpawnCompound()
    {
        return new CompoundTag("", [new StringTag("id", Tile::SIGN), $this->namedtag->Text1, $this->namedtag->Text2, $this->namedtag->Text3, $this->namedtag->Text4, new IntTag("x", (int) $this->x), new IntTag("y", (int) $this->y), new IntTag("z", (int) $this->z)]);
    }