mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Updated some packets for 0.12, UUIDs, other stuff!
This commit is contained in:
@ -21,6 +21,8 @@
|
||||
|
||||
namespace pocketmine\inventory;
|
||||
|
||||
use pocketmine\utils\UUID;
|
||||
|
||||
interface Recipe{
|
||||
|
||||
/**
|
||||
@ -29,4 +31,9 @@ interface Recipe{
|
||||
public function getResult();
|
||||
|
||||
public function registerToCraftingManager();
|
||||
|
||||
/**
|
||||
* @return UUID
|
||||
*/
|
||||
public function getId();
|
||||
}
|
Reference in New Issue
Block a user