16class CraftHandlerAnvil :
public ::CraftHandlerBase {
20 ::ll::TypedStorage<4, 4, int> mAnvilCost;
21 ::ll::TypedStorage<8, 8, ::Player&> mPlayer;
26 CraftHandlerAnvil& operator=(CraftHandlerAnvil
const&);
27 CraftHandlerAnvil(CraftHandlerAnvil
const&);
33 virtual ~CraftHandlerAnvil() =
default;
37 virtual void _postCraftRequest(
bool const wasSuccess) ;
39 virtual ::Recipes
const* _getLevelRecipes()
const ;