mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Fixed some unnecessary FQNs in docs
This commit is contained in:
@ -23,12 +23,13 @@ declare(strict_types=1);
|
||||
|
||||
namespace pocketmine\inventory;
|
||||
|
||||
use pocketmine\item\Item;
|
||||
use pocketmine\utils\UUID;
|
||||
|
||||
interface Recipe{
|
||||
|
||||
/**
|
||||
* @return \pocketmine\item\Item
|
||||
* @return Item
|
||||
*/
|
||||
public function getResult();
|
||||
|
||||
|
Reference in New Issue
Block a user