18class CraftHandlerSmithingTable :
public ::CraftHandlerBase {
22 ::ll::TypedStorage<8, 8, ::Player&> mPlayer;
27 CraftHandlerSmithingTable& operator=(CraftHandlerSmithingTable
const&);
28 CraftHandlerSmithingTable(CraftHandlerSmithingTable
const&);
29 CraftHandlerSmithingTable();
34 virtual ~CraftHandlerSmithingTable() ;
36 virtual ::ItemStackNetResult
39 virtual ::Recipes
const* _getLevelRecipes()
const ;
59 MCAPI ::Recipes
const* $_getLevelRecipes()
const;
67 MCAPI
static void** $vftable();