mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-11 16:29:40 +00:00
CraftingManager: fixed type doc of craftingDataCache field
This commit is contained in:
parent
25e6cb74b3
commit
fee3c17148
@ -43,7 +43,7 @@ class CraftingManager{
|
|||||||
/** @var FurnaceRecipe[] */
|
/** @var FurnaceRecipe[] */
|
||||||
protected $furnaceRecipes = [];
|
protected $furnaceRecipes = [];
|
||||||
|
|
||||||
/** @var BatchPacket */
|
/** @var BatchPacket|null */
|
||||||
private $craftingDataCache;
|
private $craftingDataCache;
|
||||||
|
|
||||||
public function __construct(){
|
public function __construct(){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user