Recipe: deprecate interface

This commit is contained in:
Dylan K. Taylor 2019-06-16 14:12:49 +01:00
parent 4d54dc30c1
commit 4e5a80c481

View File

@ -23,6 +23,9 @@ declare(strict_types=1);
namespace pocketmine\inventory;
/**
* @deprecated
*/
interface Recipe{
/**