mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-11 20:35:15 +00:00
Remove ItemFactory::air()
This commit is contained in:
parent
b56d049103
commit
3d61345543
@ -494,14 +494,6 @@ class ItemFactory{
|
|||||||
return $item;
|
return $item;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* @deprecated
|
|
||||||
* @see VanillaItems::AIR()
|
|
||||||
*/
|
|
||||||
public static function air() : Item{
|
|
||||||
return self::getInstance()->get(Ids::AIR, 0, 0);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns whether the specified item ID is already registered in the item factory.
|
* Returns whether the specified item ID is already registered in the item factory.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user