PHP Class pocketmine\nbt\tag\ListTag

Inheritance: extends NamedTag, implements ArrayAccess, implements Countable
Mostrar archivo Open project: robske110/ClearSky Class Usage Examples

Public Methods

Method Description
__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 )

Method Details

__construct() public method

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

__toString() public method

public __toString ( )

count() public method

public count ( $mode = COUNT_NORMAL )

getCount() public method

public getCount ( )

getTagType() public method

public getTagType ( )

getType() public method

public getType ( )

getValue() public method

public getValue ( )

offsetExists() public method

public offsetExists ( $offset )

offsetGet() public method

public offsetGet ( $offset )

offsetSet() public method

public offsetSet ( $offset, $value )

offsetUnset() public method

public offsetUnset ( $offset )

read() public method

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

setTagType() public method

public setTagType ( $type )

write() public method

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