|
|
| getTypeName () |
| |
| | makeCopy () |
| |
|
| stringifyValue (int $indentation) |
| |
Definition at line 26 of file ImmutableTag.php.
◆ __toString()
| pocketmine\nbt\tag\Tag::__toString |
( |
| ) |
|
|
inherited |
◆ equals()
| pocketmine\nbt\tag\Tag::equals |
( |
Tag | $that | ) |
|
|
inherited |
◆ getValue()
| pocketmine\nbt\tag\Tag::getValue |
( |
| ) |
|
|
abstractinherited |
◆ makeCopy()
| pocketmine\nbt\tag\ImmutableTag::makeCopy |
( |
| ) |
|
|
protected |
◆ 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
- Returns
- static
Definition at line 62 of file Tag.php.
◆ toString()
| pocketmine\nbt\tag\Tag::toString |
( |
int | $indentation = 0 | ) |
|
|
finalinherited |
◆ $cloning
| pocketmine\nbt\tag\Tag::$cloning = false |
|
protectedinherited |
The documentation for this class was generated from the following file: