PHP Class pocketmine\resourcepacks\ResourcePackInfoEntry

Show file Open project: ClearSkyTeam/ClearSky

Protected Properties

Property Type Description
$packId
$uint64
$version UUID

Public Methods

Method Description
__construct ( string $packId, string $version, $uint64 ) unknown
getPackId ( ) : string
getUint64 ( )
getVersion ( ) : string

Method Details

__construct() public method

unknown
public __construct ( string $packId, string $version, $uint64 )
$packId string
$version string

getPackId() public method

public getPackId ( ) : string
return string

getUint64() public method

public getUint64 ( )

getVersion() public method

public getVersion ( ) : string
return string

Property Details

$packId protected property

protected $packId

$uint64 protected property

protected $uint64

$version protected property

UUID
protected $version