mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 16:51:42 +00:00
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:
parent
915d63a2e8
commit
5f70b96081
@ -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
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user