LeviLamina
Loading...
Searching...
No Matches
UnlockedRecipesServerComponent Class Reference

Classes

struct  UnlockingInstruction
 

Public Member Functions

UnlockedRecipesServerComponentoperator= (UnlockedRecipesServerComponent const &)
 
MCAPI UnlockedRecipesServerComponent (::UnlockedRecipesServerComponent const &)
 
MCAPI void addAdditionalSaveData (::CompoundTag &tag) const
 
MCAPI void addUnlockingInstruction (::UnlockedRecipesServerComponent::UnlockingInstruction instruction)
 
MCAPI::UnlockedRecipesServerComponent & operator= (::UnlockedRecipesServerComponent &&)
 
MCAPI void readAdditionalSaveData (::Actor &, ::CompoundTag const &tag, ::DataLoadHelper &)
 
MCAPI void * $ctor (::UnlockedRecipesServerComponent const &)
 

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
 

Constructor & Destructor Documentation

◆ UnlockedRecipesServerComponent()

MCAPI UnlockedRecipesServerComponent::UnlockedRecipesServerComponent ( ::UnlockedRecipesServerComponent 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.

Member Function Documentation

◆ addAdditionalSaveData()

MCAPI void UnlockedRecipesServerComponent::addAdditionalSaveData ( ::CompoundTag & tag) 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.

◆ addUnlockingInstruction()

MCAPI void UnlockedRecipesServerComponent::addUnlockingInstruction ( ::UnlockedRecipesServerComponent::UnlockingInstruction instruction)
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.

◆ operator=()

MCAPI::UnlockedRecipesServerComponent & UnlockedRecipesServerComponent::operator= ( ::UnlockedRecipesServerComponent && )
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.

◆ readAdditionalSaveData()

MCAPI void UnlockedRecipesServerComponent::readAdditionalSaveData ( ::Actor & ,
::CompoundTag const & tag,
::DataLoadHelper &  )
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.

◆ COMPONENT_TAG()

static MCAPI ::std::string const & UnlockedRecipesServerComponent::COMPONENT_TAG ( )
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.

◆ UNLOCKED_RECIPES_TAG()

static MCAPI ::std::string const & UnlockedRecipesServerComponent::UNLOCKED_RECIPES_TAG ( )
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.

◆ USED_CONTEXTS_TAG()

static MCAPI ::std::string const & UnlockedRecipesServerComponent::USED_CONTEXTS_TAG ( )
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.

◆ $ctor()

MCAPI void * UnlockedRecipesServerComponent::$ctor ( ::UnlockedRecipesServerComponent 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.

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