|
enum class | UnlockingContext : int { None = 0
, AlwaysUnlocked = 1
, PlayerInWater = 2
, PlayerHasManyItems = 3
} |
|
|
MCAPI | RecipeUnlockingRequirement (::std::vector<::RecipeIngredient > unlockingIngredients) |
|
MCFOLD void * | $ctor () |
|
MCAPI void * | $ctor (::std::vector<::RecipeIngredient > unlockingIngredients) |
|
MCAPI void | $dtor () |
|
|
static MCAPI ::RecipeUnlockingRequirement::UnlockingContext | unlockingContextFromString (::std::string const &context) |
|
|
::ll::TypedStorage< 4, 4, ::RecipeUnlockingRequirement::UnlockingContext > | mContext |
|
::ll::TypedStorage< 8, 24, ::std::vector<::RecipeIngredient > > | mIngredients |
|
The documentation for this class was generated from the following file: