From 3d613455432fca148b1b822147979aea2772f0fd Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Sat, 25 Jun 2022 16:18:35 +0100 Subject: [PATCH] Remove ItemFactory::air() --- src/item/ItemFactory.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/item/ItemFactory.php b/src/item/ItemFactory.php index e8c0d7f1a..6cb668993 100644 --- a/src/item/ItemFactory.php +++ b/src/item/ItemFactory.php @@ -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. */