PHP Class pocketmine\nbt\tag\NamedTag

Inheritance: extends Tag
Exibir arquivo Open project: iTXTech/Genisys

Protected Properties

Property Type Description
$__name

Public Methods

Method Description
__construct ( string $name = "", boolean | float | double | integer | byte | short | array | CompoundTag | ListTag | string $value = null )
getName ( )
setName ( $name )

Method Details

__construct() public method

public __construct ( string $name = "", boolean | float | double | integer | byte | short | array | CompoundTag | ListTag | string $value = null )
$name string
$value boolean | float | double | integer | byte | short | array | CompoundTag | ListTag | string

getName() public method

public getName ( )

setName() public method

public setName ( $name )

Property Details

$__name protected_oe property

protected $__name