|
PocketMine-MP 5.37.4 git-dbb3eefc44d5dddb20f540594fbda61467f50873
|
Inheritance diagram for pocketmine\plugin\ResourceProvider:
Collaboration diagram for pocketmine\plugin\ResourceProvider:Public Member Functions | |
| getResource (string $filename) | |
| getResources () | |
Definition at line 29 of file ResourceProvider.php.
| pocketmine\plugin\ResourceProvider::getResource | ( | string | $filename | ) |
Gets an embedded resource on the plugin file. WARNING: You must close the resource given using fclose()
Implemented in pocketmine\plugin\DiskResourceProvider.
| pocketmine\plugin\ResourceProvider::getResources | ( | ) |
Returns all the resources packaged with the plugin in the form ["path/in/resources" => SplFileInfo]
Implemented in pocketmine\plugin\DiskResourceProvider.