ResourcePack: do not export getPath()

a resource pack is not required to come from a location on disk (although it's currently the only practical option).
This commit is contained in:
Dylan K. Taylor 2020-07-17 23:03:10 +01:00
parent 915d63a2e8
commit 5f70b96081

View File

@ -25,11 +25,6 @@ namespace pocketmine\resourcepacks;
interface ResourcePack{
/**
* Returns the path to the resource pack. This might be a file or a directory, depending on the type of pack.
*/
public function getPath() : string;
/**
* Returns the human-readable name of the resource pack
*/