*/ public array $predictions = []; /** * @var ItemStackInfo[] * @phpstan-var array */ public array $itemStackInfos = []; /** * @var ItemStack[] * @phpstan-var array */ public array $pendingSyncs = []; public function __construct( public Inventory $inventory, public ?ComplexInventoryMapEntry $complexSlotMap = null ){} }