|
LeviLamina
|
Classes | |
| struct | UnlockingInstruction |
Public Member Functions | |
| UnlockedRecipesServerComponent & | operator= (UnlockedRecipesServerComponent const &) |
| MCAPI | UnlockedRecipesServerComponent (::UnlockedRecipesServerComponent const &) |
| MCAPI void | addAdditionalSaveData (::CompoundTag &tag) const |
| MCAPI void | addUnlockingInstruction (::UnlockedRecipesServerComponent::UnlockingInstruction instruction) |
| MCAPI bool | isRecipeUnlocked (::std::string const &recipeId) const |
| MCAPI::UnlockedRecipesServerComponent & | operator= (::UnlockedRecipesServerComponent &&) |
| MCAPI void | readAdditionalSaveData (::Actor &, ::CompoundTag const &tag, ::DataLoadHelper &) |
| MCAPI void * | $ctor (::UnlockedRecipesServerComponent const &) |
| MCAPI void | $dtor () |
Static Public Member Functions | |
| static MCAPI ::std::string const & | COMPONENT_TAG () |
| static MCAPI ::std::string const & | UNLOCKED_RECIPES_TAG () |
| static MCAPI ::std::string const & | USED_CONTEXTS_TAG () |
Public Attributes | |
| ::ll::TypedStorage< 1, 1, bool > | mInventoryHasChanged |
| ::ll::TypedStorage< 1, 1, bool > | mInitialDataSent |
| ::ll::TypedStorage< 4, 4, uint > | mUsedContexts |
| ::ll::TypedStorage< 8, 64, ::std::unordered_set<::std::string > > | mUnlockedRecipes |
| ::ll::TypedStorage< 8, 64, ::std::unordered_set< int > > | mChangedInventorySlots |
| ::ll::TypedStorage< 8, 24, ::std::vector<::UnlockedRecipesServerComponent::UnlockingInstruction > > | mUnlockingInstructions |