PocketMine
|
Public Member Functions | |
get ($len) | |
put ($v) | |
feof () | |
__construct ($endianness=self::LITTLE_ENDIAN) | |
read ($buffer, $doMultiple=false) | |
readCompressed ($buffer, $compression=ZLIB_ENCODING_GZIP) | |
write () | |
writeCompressed ($compression=ZLIB_ENCODING_GZIP, $level=7) | |
readTag () | |
writeTag (Tag $tag) | |
getByte () | |
putByte ($v) | |
getShort () | |
putShort ($v) | |
getInt () | |
putInt ($v) | |
getLong () | |
putLong ($v) | |
getFloat () | |
putFloat ($v) | |
getDouble () | |
putDouble ($v) | |
getString () | |
putString ($v) | |
getArray () | |
setArray (array $data, callable $guesser=null) | |
getData () | |
setData ($data) | |
Static Public Member Functions | |
static | putItemHelper (Item $item, $slot=null) |
static | getItemHelper (Compound $tag) |
static | matchList (Enum $tag1, Enum $tag2) |
static | matchTree (Compound $tag1, Compound $tag2) |
static | parseJSON ($data, &$offset=0) |
static | fromArrayGuesser ($key, $value) |
Named Binary Tag encoder/decoder
getData | ( | ) |
|
static |
Compound | $tag |
|
static |
Item | $item | |
int | $slot |
setData | ( | $data | ) |
Compound | array | $data |
write | ( | ) |