mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-16 18:59:00 +00:00
Added additional information to Plugin::getDataFolder()
This commit is contained in:
parent
cbef0e25a1
commit
ae9a3dbd81
@ -54,7 +54,8 @@ interface Plugin extends CommandExecutor{
|
|||||||
public function isDisabled();
|
public function isDisabled();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the plugin's data folder to save files and configuration
|
* Gets the plugin's data folder to save files and configuration.
|
||||||
|
* This directory name has a trailing slash.
|
||||||
*/
|
*/
|
||||||
public function getDataFolder();
|
public function getDataFolder();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user