|
LeviLamina
|
Classes | |
| struct | ExperienceAmount |
Public Member Functions | |
| CraftHandlerGrindstone & | operator= (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, ::ItemStackNetIdVariant > | getResultItem (::ItemStack const &input, ::ItemStack const &additional) |
| static MCAPI void ** | $vftable () |
Public Attributes | |
| ::ll::TypedStorage< 8, 8, ::Player & > | mPlayer |
| ::ll::TypedStorage< 4, 24, ::ItemStackNetIdVariant > | mSrcItemNetId |
| ::ll::TypedStorage< 4, 8, ::CraftHandlerGrindstone::ExperienceAmount > | mExperienceAmount |
| ::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 |
|
virtual |
Implements CraftHandlerBase.
|
virtual |
Reimplemented from CraftHandlerBase.