registerRecipe() public method

public registerRecipe ( pocketmine\inventory\Recipe $recipe )
$recipe pocketmine\inventory\Recipe
コード例 #1
0
ファイル: Server.php プロジェクト: ZenaGamingsky/PocketBox
 public function addRecipe(Recipe $recipe)
 {
     $this->craftingManager->registerRecipe($recipe);
 }
コード例 #2
0
ファイル: Server.php プロジェクト: xuxugzs/Genisys
 public function addRecipe(Recipe $recipe)
 {
     $this->craftingManager->registerRecipe($recipe);
     $this->generateRecipeList();
 }