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

Public Member Functions

 __construct ($yamlString)
 
 getFullName ()
 
 getCompatibleApis ()
 
 getCompatibleGeniApis ()
 
 getAuthors ()
 
 getPrefix ()
 
 getCommands ()
 
 getDepend ()
 
 getDescription ()
 
 getLoadBefore ()
 
 getMain ()
 
 getName ()
 
 getOrder ()
 
 getPermissions ()
 
 getSoftDepend ()
 
 getVersion ()
 
 getWebsite ()
 

Constructor & Destructor Documentation

◆ __construct()

__construct (   $yamlString)
Parameters
string | array$yamlString
51  {
52  $this->loadMap(!is_array($yamlString) ? \yaml_parse($yamlString) : $yamlString);
53  }

Member Function Documentation

◆ getAuthors()

getAuthors ( )
Returns
array
149  {
150  return $this->authors;
151  }

◆ getCommands()

getCommands ( )
Returns
array
163  {
164  return $this->commands;
165  }

◆ getCompatibleApis()

getCompatibleApis ( )
Returns
array
135  {
136  return $this->api;
137  }

◆ getCompatibleGeniApis()

getCompatibleGeniApis ( )
Returns
array
142  {
143  return $this->geniapi;
144  }

◆ getDepend()

getDepend ( )
Returns
array
170  {
171  return $this->depend;
172  }

◆ getDescription()

getDescription ( )
Returns
string
177  {
178  return $this->description;
179  }

◆ getFullName()

getFullName ( )
Returns
string
128  {
129  return $this->name . " v" . $this->version;
130  }

◆ getLoadBefore()

getLoadBefore ( )
Returns
array
184  {
185  return $this->loadBefore;
186  }

◆ getMain()

getMain ( )
Returns
string
191  {
192  return $this->main;
193  }

◆ getName()

getName ( )
Returns
string
198  : string{
199  return $this->name;
200  }

◆ getOrder()

getOrder ( )
Returns
int
205  {
206  return $this->order;
207  }

◆ getPermissions()

getPermissions ( )
Returns
Permission[]
212  {
213  return $this->permissions;
214  }

◆ getPrefix()

getPrefix ( )
Returns
string
156  {
157  return $this->prefix;
158  }

◆ getSoftDepend()

getSoftDepend ( )
Returns
array
219  {
220  return $this->softDepend;
221  }

◆ getVersion()

getVersion ( )
Returns
string
226  {
227  return $this->version;
228  }

◆ getWebsite()

getWebsite ( )
Returns
string
233  {
234  return $this->website;
235  }

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