PHP 클래스 pocketmine\nbt\tag\ListTag

상속: extends NamedTag, implements ArrayAccess, implements Countable
파일 보기 프로젝트 열기: robske110/ClearSky 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( $name = "", $value = [] )
__toString ( )
count ( $mode = COUNT_NORMAL )
getCount ( )
getTagType ( )
getType ( )
getValue ( )
offsetExists ( $offset )
offsetGet ( $offset )
offsetSet ( $offset, $value )
offsetUnset ( $offset )
read ( NBT $nbt, boolean $network = false )
setTagType ( $type )
write ( NBT $nbt, boolean $network = false )

메소드 상세

__construct() 공개 메소드

public __construct ( $name = "", $value = [] )

__toString() 공개 메소드

public __toString ( )

count() 공개 메소드

public count ( $mode = COUNT_NORMAL )

getCount() 공개 메소드

public getCount ( )

getTagType() 공개 메소드

public getTagType ( )

getType() 공개 메소드

public getType ( )

getValue() 공개 메소드

public getValue ( )

offsetExists() 공개 메소드

public offsetExists ( $offset )

offsetGet() 공개 메소드

public offsetGet ( $offset )

offsetSet() 공개 메소드

public offsetSet ( $offset, $value )

offsetUnset() 공개 메소드

public offsetUnset ( $offset )

read() 공개 메소드

public read ( NBT $nbt, boolean $network = false )
$nbt pocketmine\nbt\NBT
$network boolean

setTagType() 공개 메소드

public setTagType ( $type )

write() 공개 메소드

public write ( NBT $nbt, boolean $network = false )
$nbt pocketmine\nbt\NBT
$network boolean