Merge branch '3.6'

This commit is contained in:
Dylan K. Taylor
2019-02-09 19:22:00 +00:00
20 changed files with 422 additions and 126 deletions

View File

@ -332,10 +332,10 @@ class ItemFactory{
/**
* Returns an instance of the Item with the specified id, meta, count and NBT.
*
* @param int $id
* @param int $meta
* @param int $count
* @param CompoundTag $tags
* @param int $id
* @param int $meta
* @param int $count
* @param CompoundTag|null $tags
*
* @return Item
* @throws \InvalidArgumentException