Merge branch 'next-minor' into next-major

This commit is contained in:
Dylan K. Taylor
2022-07-13 17:06:04 +01:00
12 changed files with 95 additions and 53 deletions

View File

@@ -91,8 +91,9 @@ class Item implements \JsonSerializable{
* Constructs a new Item type. This constructor should ONLY be used when constructing a new item TYPE to register
* into the index.
*
* NOTE: This should NOT BE USED for creating items to set into an inventory. Use {@link ItemFactory#get} for that
* NOTE: This should NOT BE USED for creating items to set into an inventory. Use VanillaItems for that
* purpose.
* @see VanillaItems
*/
public function __construct(
private ItemIdentifier $identifier,