registerRecipe() public method

public registerRecipe ( pocketmine\inventory\Recipe $recipe )
$recipe pocketmine\inventory\Recipe
Esempio n. 1
0
 public function addRecipe(Recipe $recipe)
 {
     $this->craftingManager->registerRecipe($recipe);
 }
Esempio n. 2
0
 public function addRecipe(Recipe $recipe)
 {
     $this->craftingManager->registerRecipe($recipe);
     $this->generateRecipeList();
 }