10class RecipeUnlockingRequirement {
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;
30 MCAPI RecipeUnlockingRequirement();
32 MCAPI
explicit RecipeUnlockingRequirement(::std::vector<::RecipeIngredient> unlockingIngredients);
34 MCAPI ~RecipeUnlockingRequirement();
40 MCAPI static ::RecipeUnlockingRequirement::UnlockingContext
41 unlockingContextFromString(::std::string
const&
context);
49 MCAPI
void* $ctor(::std::vector<::RecipeIngredient> unlockingIngredients);