3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/world/inventory/network/ItemStackNetResult.h"
7#include "mc/world/inventory/network/TypedServerNetId.h"
8#include "mc/world/inventory/network/crafting/CraftHandlerBase.h"
9#include "mc/world/inventory/network/crafting/ItemStackRequestActionCraft.h"
23 ::ll::TypedStorage<4, 4, int> mEnchantCost;
24 ::ll::TypedStorage<8, 8, ::Player&> mPlayer;
25 ::ll::TypedStorage<1, 1, bool> mRecalculateOptions;
41 virtual ::ItemStackNetResult
45 virtual void _postCraftRequest(
bool const wasSuccess) ;
48 virtual void endRequestBatch() ;
Definition CraftHandlerBase.h:24
Definition CraftHandlerEnchant.h:19
MCAPI::ItemStackNetResult $_handleCraftAction(::ItemStackRequestActionCraftBase const &requestAction)
MCAPI void $_postCraftRequest(bool const wasSuccess)
MCAPI::ItemStackNetResult _handleEnchant(::ItemStackRequestActionCraft<::RecipeNetId, 12 > const &requestAction)
MCAPI void $endRequestBatch()
static MCAPI void ** $vftable()
MCAPI::EnchantingContainerManagerModel & _getEnchantingModel() const
Definition EnchantingContainerManagerModel.h:18
Definition ItemStackRequestActionCraftBase.h:16
Definition ItemStackRequestActionCraft.h:6
Definition RecipeNetIdTag.h:5