Definition at line 33 of file StringTag.php.
◆ __construct()
pocketmine\nbt\tag\StringTag::__construct |
( |
string | $value | ) |
|
◆ __toString()
pocketmine\nbt\tag\Tag::__toString |
( |
| ) |
|
|
inherited |
◆ equals()
pocketmine\nbt\tag\Tag::equals |
( |
Tag | $that | ) |
|
|
inherited |
◆ getType()
pocketmine\nbt\tag\StringTag::getType |
( |
| ) |
|
◆ getTypeName()
pocketmine\nbt\tag\StringTag::getTypeName |
( |
| ) |
|
|
protected |
◆ getValue()
pocketmine\nbt\tag\StringTag::getValue |
( |
| ) |
|
◆ makeCopy()
pocketmine\nbt\tag\ImmutableTag::makeCopy |
( |
| ) |
|
|
protectedinherited |
◆ read()
◆ restrictArgCount()
static pocketmine\nbt\tag\Tag::restrictArgCount |
( |
string | $func, |
|
|
int | $haveArgs, |
|
|
int | $wantMaxArgs ) |
|
staticprotectedinherited |
◆ safeClone()
pocketmine\nbt\tag\Tag::safeClone |
( |
| ) |
|
|
inherited |
Clones this tag safely, detecting recursive dependencies which would otherwise cause an infinite cloning loop. Used for cloning tags in tags that have children.
- Exceptions
-
RuntimeException if a recursive dependency was detected
Definition at line 61 of file Tag.php.
◆ stringifyValue()
pocketmine\nbt\tag\StringTag::stringifyValue |
( |
int | $indentation | ) |
|
|
protected |
◆ toString()
pocketmine\nbt\tag\Tag::toString |
( |
int | $indentation = 0 | ) |
|
|
finalinherited |
◆ write()
◆ $cloning
pocketmine\nbt\tag\Tag::$cloning = false |
|
protectedinherited |
The documentation for this class was generated from the following file: