3#include "mc/_HeaderOutputPredefine.h"
23 enum class Instruction :
int {
59 ::ll::TypedStorage<1, 1, bool> mInventoryHasChanged;
60 ::ll::TypedStorage<1, 1, bool> mInitialDataSent;
61 ::ll::TypedStorage<4, 4, uint> mUsedContexts;
62 ::ll::TypedStorage<8, 64, ::std::unordered_set<::std::string>> mUnlockedRecipes;
63 ::ll::TypedStorage<8, 64, ::std::unordered_set<int>> mChangedInventorySlots;
64 ::ll::TypedStorage<8, 24, ::std::vector<::UnlockedRecipesServerComponent::UnlockingInstruction>>
65 mUnlockingInstructions;
Definition CompoundTag.h:13
Definition DataLoadHelper.h:20
Definition UnlockedRecipesServerComponent.h:12
MCAPI UnlockedRecipesServerComponent(::UnlockedRecipesServerComponent &&)
static MCAPI ::std::string const & COMPONENT_TAG()
MCAPI void * $ctor(::UnlockedRecipesServerComponent &&)
MCAPI void addUnlockingInstruction(::UnlockedRecipesServerComponent::UnlockingInstruction instruction)
MCAPI::UnlockedRecipesServerComponent & operator=(::UnlockedRecipesServerComponent &&)
MCAPI void addAdditionalSaveData(::CompoundTag &tag) const
static MCAPI ::std::string const & USED_CONTEXTS_TAG()
MCAPI void readAdditionalSaveData(::Actor &, ::CompoundTag const &tag, ::DataLoadHelper &)
MCAPI UnlockedRecipesServerComponent(::UnlockedRecipesServerComponent const &)
MCAPI void * $ctor(::UnlockedRecipesServerComponent const &)
static MCAPI ::std::string const & UNLOCKED_RECIPES_TAG()
Definition UnlockedRecipesServerComponent.h:20
MCAPI ~UnlockingInstruction()