diff --git a/src/pocketmine/item/ItemFactory.php b/src/pocketmine/item/ItemFactory.php index a6d5ae2bd..b6b076f27 100644 --- a/src/pocketmine/item/ItemFactory.php +++ b/src/pocketmine/item/ItemFactory.php @@ -486,6 +486,9 @@ class ItemFactory{ return (($id & 0xffff) << 16) | ($variant & 0xffff); } + /** + * @return Item[] + */ public static function getAllRegistered() : array{ return self::$list; }