mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
fix some inspections related to crafting recipes
This commit is contained in:
@ -31,14 +31,17 @@ interface Recipe{
|
||||
/**
|
||||
* @return Item
|
||||
*/
|
||||
public function getResult();
|
||||
public function getResult() : Item;
|
||||
|
||||
public function registerToCraftingManager();
|
||||
|
||||
/**
|
||||
* @return UUID
|
||||
* @return UUID|null
|
||||
*/
|
||||
public function getId();
|
||||
|
||||
/**
|
||||
* @param UUID $id
|
||||
*/
|
||||
public function setId(UUID $id);
|
||||
}
|
Reference in New Issue
Block a user