LeviLamina
Loading...
Searching...
No Matches
CraftHandlerGrindstone Class Reference
+ Inheritance diagram for CraftHandlerGrindstone:

Classes

struct  ExperienceAmount
 

Public Member Functions

CraftHandlerGrindstoneoperator= (CraftHandlerGrindstone const &)
 
 CraftHandlerGrindstone (CraftHandlerGrindstone const &)
 
virtual::ItemStackNetResult _handleCraftAction (::ItemStackRequestActionCraftBase const &)
 
virtual void _postCraftRequest (bool const wasSuccess)
 
MCAPI int _getExperienceFromItem (::ItemStack const &stack) const
 
MCAPI bool _resolveNetIdAndValidate (::ContainerEnumName containerNetId, uchar slot, ::ItemStackNetIdVariant const &netId)
 
MCAPI void $_postCraftRequest (bool const wasSuccess)
 
virtual::ItemStackNetResult handleConsumedItem (::FullContainerName const &, uchar const, ::ItemStack const &)
 
virtual::ItemStackNetResult preHandleAction (::ItemStackRequestActionType)
 
virtual void endRequestBatch ()
 
virtual::Recipes const * _getLevelRecipes () const
 
MCAPI ::std::tuple<::ItemStackNetResult, ::Recipe const * > _getRecipeFromNetId (::RecipeNetId const &recipeNetId)
 
MCAPI::ItemStackNetResult handleCraftAction (::ItemStackRequestActionCraftBase const &requestAction, ::ItemStackNetResult currentResult)
 
MCAPI void postRequest (bool wasSuccess)
 
MCFOLD void $endRequestBatch ()
 
MCFOLD::Recipes const * $_getLevelRecipes () const
 

Static Public Member Functions

static MCAPI ::ItemStack _getResultItemWithNoEnchants (::ItemStack &result, ::std::vector<::ItemStack > const &inputItems, bool &onlyHasCurses)
 
static MCAPI ::std::pair<::ItemStack, ::ItemStackNetIdVariantgetResultItem (::ItemStack const &input, ::ItemStack const &additional)
 
static MCAPI void ** $vftable ()
 

Public Attributes

::ll::TypedStorage< 8, 8, ::Player & > mPlayer
 
::ll::TypedStorage< 4, 24, ::ItemStackNetIdVariantmSrcItemNetId
 
::ll::TypedStorage< 4, 8, ::CraftHandlerGrindstone::ExperienceAmountmExperienceAmount
 
::ll::TypedStorage< 8, 8, ::ItemStackRequestActionCraftHandler & > mCraftRequestHandler
 
::ll::TypedStorage< 1, 1, ::ItemStackRequestActionType > mCraftActionType
 
::ll::TypedStorage< 1, 1, bool > mNonImplementedTrustClientResults
 
::ll::TypedStorage< 8, 24, ::std::vector<::ExpectedSlotConsume > > mExpectedSlotConsumes
 
::ll::TypedStorage< 8, 24, ::std::vector<::ExpectedAnywhereConsume > > mExpectedAnywhereConsumes
 
::ll::TypedStorage< 8, 24, ::std::vector<::AllowedAnywhereConsume > > mAllowedAnywhereConsumes
 
::ll::TypedStorage< 1, 1, bool > mIsCraftRequest
 

Member Function Documentation

◆ _handleCraftAction()

virtual::ItemStackNetResult CraftHandlerGrindstone::_handleCraftAction ( ::ItemStackRequestActionCraftBase const & )
virtual

Implements CraftHandlerBase.

◆ _postCraftRequest()

virtual void CraftHandlerGrindstone::_postCraftRequest ( bool const wasSuccess)
virtual

Reimplemented from CraftHandlerBase.

◆ _getExperienceFromItem()

MCAPI int CraftHandlerGrindstone::_getExperienceFromItem ( ::ItemStack const & stack) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ _resolveNetIdAndValidate()

MCAPI bool CraftHandlerGrindstone::_resolveNetIdAndValidate ( ::ContainerEnumName containerNetId,
uchar slot,
::ItemStackNetIdVariant const & netId )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ _getResultItemWithNoEnchants()

static MCAPI ::ItemStack CraftHandlerGrindstone::_getResultItemWithNoEnchants ( ::ItemStack & result,
::std::vector<::ItemStack > const & inputItems,
bool & onlyHasCurses )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getResultItem()

static MCAPI ::std::pair<::ItemStack, ::ItemStackNetIdVariant > CraftHandlerGrindstone::getResultItem ( ::ItemStack const & input,
::ItemStack const & additional )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $_postCraftRequest()

MCAPI void CraftHandlerGrindstone::$_postCraftRequest ( bool const wasSuccess)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $vftable()

static MCAPI void ** CraftHandlerGrindstone::$vftable ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

The documentation for this class was generated from the following file: