GenisysPro  for Minecraft PE/Windows 10 v1.1.x
Feature-rich server software for Minecraft PE and Windows 10 Edition
ResourcePackInfoEntry Class Reference

Public Member Functions

 __construct (string $packId, string $version, $packSize=0)
 
 getPackId ()
 
 getVersion ()
 
 getPackSize ()
 

Protected Attributes

 $packId
 
 $version
 
 $packSize
 

Constructor & Destructor Documentation

◆ __construct()

__construct ( string  $packId,
string  $version,
  $packSize = 0 
)

ResourcePackInfoEntry constructor.

Parameters
string$packId
string$version
int$packSize
45  {
46  $this->packId = $packId;
47  $this->version = $version;
48  $this->packSize = $packSize;
49  }

Member Function Documentation

◆ getPackId()

getPackId ( )
Returns
string
54  : string{
55  return $this->packId;
56  }

◆ getPackSize()

getPackSize ( )
Returns
int
68  {
69  return $this->packSize;
70  }

◆ getVersion()

getVersion ( )
Returns
string
61  : string{
62  return $this->version;
63  }

Field Documentation

◆ $packId

$packId
protected

◆ $packSize

$packSize
protected

◆ $version

$version
protected

The documentation for this class was generated from the following file: