27 enum class PushSlotPredictionResult :
int {
29 FailedWithFuturePrediction = 1,
44 MCNAPI_C
void _pushHistoricPredictionItem(
47 ::ItemStackNetId
const& itemStackNetId,
49 short durabilityCorrection,
53 MCNAPI_C ::ItemStack
const&
54 _setCreatedItem(::ItemStackRequestId
const& currentRequestId,
int slot,
::ItemStack const& item);
56 MCNAPI_C
void clearAllPredictions(::ItemStackRequestId
const& requestId,
bool shouldBeEmpty,
::Player& player);
58 MCNAPI_C ::SparseContainerClient::PushSlotPredictionResult tryPushSlotPrediction(
59 ::ItemStackRequestId
const& requestId,
63 ::ItemStackNetId
const& itemStackNetId,
66 short durabilityCorrection
73 MCNAPI static ::BidirectionalUnorderedMap<::SparseContainerClient::PushSlotPredictionResult, ::std::string>
const&
81 ::Container& backingContainer,
82 ::SparseContainerBackingSetType backingSetType,
83 bool isItemStackNetManagerEnabled,
84 ::std::unique_ptr<::ISparseContainerSetListener> netManagerSetter,
85 ::std::unique_ptr<::IPlayerContainerSetter> playerSetter