18class CraftHandlerGrindstone :
public ::CraftHandlerBase {
30 ::ll::TypedStorage<4, 4, int> mInput;
31 ::ll::TypedStorage<4, 4, int> mAdditional;
38 ::ll::TypedStorage<8, 8, ::Player&> mPlayer;
39 ::ll::TypedStorage<4, 24, ::ItemStackNetIdVariant> mSrcItemNetId;
40 ::ll::TypedStorage<4, 8, ::CraftHandlerGrindstone::ExperienceAmount> mExperienceAmount;
45 CraftHandlerGrindstone& operator=(CraftHandlerGrindstone
const&);
46 CraftHandlerGrindstone(CraftHandlerGrindstone
const&);
47 CraftHandlerGrindstone();
52 virtual ~CraftHandlerGrindstone() =
default;
56 virtual void _postCraftRequest(
bool const wasSuccess) ;
73 ::std::vector<::ItemStack>
const& inputItems,
77 MCNAPI static ::std::pair<::ItemStack, ::ItemStackNetIdVariant>