Phpcraft
|
Public Member Functions | |
write (Connection $con, bool $inList=false) | |
copy () | |
__toString () | |
toSNBT (bool $fancy=false, bool $inList=false) | |
Public Attributes | |
const | ORD = 0 |
Public Attributes inherited from Phpcraft\NBT\NBT | |
const | ORD = null |
$name | |
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) |
Protected Member Functions inherited from Phpcraft\NBT\NBT | |
_write (Connection $con) | |
Static Protected Member Functions inherited from Phpcraft\NBT\NBT | |
static | parseSNBTArray (string $snbt, bool $list) |
static | indentString (string $string) |
Phpcraft\NBT\EndTag::__toString | ( | ) |
Reimplemented from Phpcraft\NBT\NBT.
Phpcraft\NBT\EndTag::copy | ( | ) |
Reimplemented from Phpcraft\NBT\NBT.
Phpcraft\NBT\EndTag::toSNBT | ( | bool | $fancy = false , |
bool | $inList = false |
||
) |
Returns the NBT tag in SNBT (stringified NBT) format, as used in commands.
bool | $fancy | |
boolean | $inList | Ignore this parameter. |
Reimplemented from Phpcraft\NBT\NBT.
Phpcraft\NBT\EndTag::write | ( | Connection | $con, |
bool | $inList = false |
||
) |
Adds the NBT tag to the write buffer of the connection.
Connection | $con | |
boolean | $inList | Ignore this parameter. |
Reimplemented from Phpcraft\NBT\NBT.
const Phpcraft\NBT\EndTag::ORD = 0 |