From 5f70b960815499f823ca47f17b0d72f424a94cb1 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Fri, 17 Jul 2020 23:03:10 +0100 Subject: [PATCH] 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). --- src/resourcepacks/ResourcePack.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/resourcepacks/ResourcePack.php b/src/resourcepacks/ResourcePack.php index aee9cf2c2..a1abfc227 100644 --- a/src/resourcepacks/ResourcePack.php +++ b/src/resourcepacks/ResourcePack.php @@ -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 */