Remove ItemFactory::air()

This commit is contained in:
Dylan K. Taylor 2022-06-25 16:18:35 +01:00
parent b56d049103
commit 3d61345543
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -494,14 +494,6 @@ class ItemFactory{
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.
*/