PHP Class pocketmine\nbt\tag\Tag

Inheritance: extends stdClass
Mostrar archivo Open project: ClearSkyTeam/ClearSky Class Usage Examples

Protected Properties

Property Type Description
$value

Public Methods

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

Method Details

__toString() public method

public __toString ( )

getType() abstract public method

abstract public getType ( )

getValue() public method

public getValue ( )

read() abstract public method

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

setValue() public method

public setValue ( $value )

write() abstract public method

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

Property Details

$value protected_oe property

protected $value