PHP Class pocketmine\nbt\tag\Tag

Inheritance: extends stdClass
Afficher le fichier Open project: ClearSkyTeam/ClearSky Class Usage Examples

Protected Properties

Свойство Type Description
$value

Méthodes publiques

Méthode Description
__toString ( )
getType ( )
getValue ( )
read ( NBT $nbt, boolean $network = false )
setValue ( $value )
write ( NBT $nbt, boolean $network = false )

Method Details

__toString() public méthode

public __toString ( )

getType() abstract public méthode

abstract public getType ( )

getValue() public méthode

public getValue ( )

read() abstract public méthode

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

setValue() public méthode

public setValue ( $value )

write() abstract public méthode

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

Property Details

$value protected_oe property

protected $value