mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
Fixed some doc problems
This commit is contained in:
@ -294,7 +294,7 @@ class Item implements ItemIds, \JsonSerializable{
|
||||
/**
|
||||
* @param $index
|
||||
*
|
||||
* @return Item
|
||||
* @return Item|null
|
||||
*/
|
||||
public static function getCreativeItem(int $index){
|
||||
return Item::$creative[$index] ?? null;
|
||||
|
Reference in New Issue
Block a user