mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 19:34:15 +00:00
Update documentation for Item::__construct()
This commit is contained in:
parent
269b6ed16a
commit
0ad2985247
@ -100,8 +100,9 @@ class Item implements \JsonSerializable{
|
|||||||
* Constructs a new Item type. This constructor should ONLY be used when constructing a new item TYPE to register
|
* Constructs a new Item type. This constructor should ONLY be used when constructing a new item TYPE to register
|
||||||
* into the index.
|
* 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.
|
* purpose.
|
||||||
|
* @see VanillaItems
|
||||||
*/
|
*/
|
||||||
public function __construct(ItemIdentifier $identifier, string $name = "Unknown"){
|
public function __construct(ItemIdentifier $identifier, string $name = "Unknown"){
|
||||||
$this->identifier = $identifier;
|
$this->identifier = $identifier;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user