mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-06 11:57:10 +00:00
fix CS
This commit is contained in:
parent
142ccc7e87
commit
18c2e90574
@ -52,4 +52,4 @@ final class TagWildcardRecipeIngredient implements RecipeIngredient{
|
||||
public function __toString() : string{
|
||||
return "TagWildcardRecipeIngredient($this->tagName)";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -28,6 +28,12 @@ use pocketmine\utils\AssumptionFailedError;
|
||||
use pocketmine\utils\SingletonTrait;
|
||||
use pocketmine\utils\Utils;
|
||||
use Symfony\Component\Filesystem\Path;
|
||||
use function array_keys;
|
||||
use function file_get_contents;
|
||||
use function gettype;
|
||||
use function is_array;
|
||||
use function is_string;
|
||||
use function json_decode;
|
||||
use const pocketmine\BEDROCK_DATA_PATH;
|
||||
|
||||
/**
|
||||
@ -99,4 +105,4 @@ final class ItemTagToIdMap{
|
||||
public function addIdToTag(string $tag, string $id) : void{
|
||||
$this->tagToIdsMap[$tag][$id] = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user