mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-18 04:00:29 +00:00
scrub useless phpdoc
This commit is contained in:
@@ -55,8 +55,6 @@ class FurnaceRecipe implements Recipe{
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
*
|
||||
* @param CraftingManager $manager
|
||||
*/
|
||||
public function registerToCraftingManager(CraftingManager $manager) : void{
|
||||
$manager->registerFurnaceRecipe($this);
|
||||
|
@@ -154,9 +154,6 @@ interface Inventory{
|
||||
|
||||
/**
|
||||
* Swaps the specified slots.
|
||||
*
|
||||
* @param int $slot1
|
||||
* @param int $slot2
|
||||
*/
|
||||
public function swap(int $slot1, int $slot2) : void;
|
||||
|
||||
|
@@ -30,8 +30,6 @@ interface Recipe{
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
*
|
||||
* @param CraftingManager $manager
|
||||
*/
|
||||
public function registerToCraftingManager(CraftingManager $manager) : void;
|
||||
}
|
||||
|
@@ -178,8 +178,6 @@ class ShapedRecipe implements CraftingRecipe{
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
*
|
||||
* @param CraftingManager $manager
|
||||
*/
|
||||
public function registerToCraftingManager(CraftingManager $manager) : void{
|
||||
$manager->registerShapedRecipe($this);
|
||||
|
@@ -107,8 +107,6 @@ class ShapelessRecipe implements CraftingRecipe{
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
*
|
||||
* @param CraftingManager $manager
|
||||
*/
|
||||
public function registerToCraftingManager(CraftingManager $manager) : void{
|
||||
$manager->registerShapelessRecipe($this);
|
||||
|
Reference in New Issue
Block a user