PHP Class pocketmine\nbt\tag\ListTag

Inheritance: extends NamedTag, implements ArrayAccess, implements Countable
Afficher le fichier Open project: robske110/ClearSky Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

__toString() public méthode

public __toString ( )

count() public méthode

public count ( $mode = COUNT_NORMAL )

getCount() public méthode

public getCount ( )

getTagType() public méthode

public getTagType ( )

getType() public méthode

public getType ( )

getValue() public méthode

public getValue ( )

offsetExists() public méthode

public offsetExists ( $offset )

offsetGet() public méthode

public offsetGet ( $offset )

offsetSet() public méthode

public offsetSet ( $offset, $value )

offsetUnset() public méthode

public offsetUnset ( $offset )

read() public méthode

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

setTagType() public méthode

public setTagType ( $type )

write() public méthode

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