13 enum class UnlockingContext :
int {
17 PlayerHasManyItems = 3,
23 ::ll::TypedStorage<4, 4, ::RecipeUnlockingRequirement::UnlockingContext> mContext;
24 ::ll::TypedStorage<8, 24, ::std::vector<::RecipeIngredient>> mIngredients;
40 MCAPI static ::RecipeUnlockingRequirement::UnlockingContext unlockingContextFromString(::std::string
const&
context
49 MCAPI
void* $ctor(::std::vector<::RecipeIngredient> unlockingIngredients);