8struct HistoricPredictionData {
12 ::ll::TypedStorage<4, 4, int> slot;
13 ::ll::TypedStorage<8, 152, ::ItemStack> item;
20 HistoricPredictionData();
27 MCNAPI HistoricPredictionData(
int slot,
::ItemStack&& item);
29 MCNAPI ~HistoricPredictionData();