|
Phpcraft
|


Public Member Functions | |
| current () | |
| next () | |
| key () | |
| valid () | |
| rewind () | |
| offsetExists ($offset) | |
| offsetGet ($offset) | |
| offsetSet ($offset, $value) | |
| offsetUnset ($offset) | |
| count () | |
Public Member Functions inherited from Phpcraft\NBT\NBT | |
| write (Connection $con, bool $inList=false) | |
| copy () | |
| __toString () | |
| toSNBT (bool $fancy=false, bool $inList=false) | |
Public Attributes | |
| $children | |
Public Attributes inherited from Phpcraft\NBT\NBT | |
| const | ORD = null |
| $name | |
Protected Member Functions | |
| gmpListToSNBT (bool $fancy, bool $inList, string $type_char) | |
Protected Member Functions inherited from Phpcraft\NBT\NBT | |
| _write (Connection $con) | |
Additional Inherited Members | |
Static Public Member Functions inherited from Phpcraft\NBT\NBT | |
| static | fromString (string $nbt) |
| static | fromSNBT (string $snbt, bool $inList=false) |
| static | stringFromSNBT (string $snbt) |
| static | isValidBareString (string $string) |
| static | stringToSNBT (string $string) |
Static Protected Member Functions inherited from Phpcraft\NBT\NBT | |
| static | parseSNBTArray (string $snbt, bool $list) |
| static | indentString (string $string) |
| Phpcraft\NBT\AbstractListTag::count | ( | ) |
| Phpcraft\NBT\AbstractListTag::current | ( | ) |
|
protected |
| bool | $fancy | |
| bool | $inList | |
| string | $type_char |
| Phpcraft\NBT\AbstractListTag::key | ( | ) |
| Phpcraft\NBT\AbstractListTag::next | ( | ) |
| Phpcraft\NBT\AbstractListTag::offsetExists | ( | $offset | ) |
| Phpcraft\NBT\AbstractListTag::offsetGet | ( | $offset | ) |
| Phpcraft\NBT\AbstractListTag::offsetSet | ( | $offset, | |
| $value | |||
| ) |
| Phpcraft\NBT\AbstractListTag::offsetUnset | ( | $offset | ) |
| Phpcraft\NBT\AbstractListTag::rewind | ( | ) |
| Phpcraft\NBT\AbstractListTag::valid | ( | ) |
| array Phpcraft\NBT\AbstractListTag::$children |
The children of the list.
1.8.17