mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +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:
@ -25,11 +25,6 @@ namespace pocketmine\resourcepacks;
|
|||||||
|
|
||||||
interface ResourcePack{
|
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
|
* Returns the human-readable name of the resource pack
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user