mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
populate missing array value types in item namespace
This commit is contained in:
@ -140,6 +140,9 @@ class Item implements ItemIds, \JsonSerializable{
|
||||
Item::$creative = [];
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Item[]
|
||||
*/
|
||||
public static function getCreativeItems() : array{
|
||||
return Item::$creative;
|
||||
}
|
||||
|
Reference in New Issue
Block a user