메소드 |
설명 |
|
__construct ( $endianness = self::LITTLE_ENDIAN ) |
|
|
combineCompoundTags ( CompoundTag $tag1, CompoundTag $tag2, boolean $override = false ) : CompoundTag |
|
|
feof ( ) |
|
|
fromArrayGuesser ( $key, $value ) |
|
|
get ( $len ) |
|
|
getArray ( ) |
|
|
getByte ( ) |
|
|
getData ( ) : CompoundTag | array |
|
|
getDouble ( ) |
|
|
getFloat ( ) |
|
|
getInt ( ) |
|
|
getItemHelper ( CompoundTag $tag ) : Item |
|
|
getLong ( ) |
|
|
getShort ( ) |
|
|
getString ( ) |
|
|
matchList ( ListTag $tag1, ListTag $tag2 ) |
|
|
matchTree ( CompoundTag $tag1, CompoundTag $tag2 ) |
|
|
parseJSON ( $data, &$offset ) |
|
|
put ( $v ) |
|
|
putByte ( $v ) |
|
|
putDouble ( $v ) |
|
|
putFloat ( $v ) |
|
|
putInt ( $v ) |
|
|
putItemHelper ( Item $item, integer $slot = null ) : CompoundTag |
|
|
putLong ( $v ) |
|
|
putShort ( $v ) |
|
|
putString ( $v ) |
|
|
read ( $buffer, $doMultiple = false ) |
|
|
readCompressed ( $buffer, $compression = ZLIB_ENCODING_GZIP ) |
|
|
readTag ( ) |
|
|
setArray ( array $data, callable $guesser = null ) |
|
|
setData ( CompoundTag | array $data ) |
|
|
write ( ) : string | boolean |
|
|
writeCompressed ( $compression = ZLIB_ENCODING_GZIP, $level = 7 ) |
|
|
writeTag ( Tag $tag ) |
|
|