Minix
5.0.0-alpha
module-data
/
dev.racci.minix.data.serializers.kotlin.recipes
/
ShapelessRecipeIngredients
Shapeless
Recipe
Ingredients
@
Serializable
@
ConfigSerializable
class
ShapelessRecipeIngredients
(
val
items
:
List
<
@
Serializable
(
with
=
ItemStackSerializer::class
)
ItemStack
>
)
:
SerializableRecipeIngredients
Constructors
Functions
Properties
Constructors
Shapeless
Recipe
Ingredients
Link copied to clipboard
fun
ShapelessRecipeIngredients
(
items
:
List
<
@
Serializable
(
with
=
ItemStackSerializer::class
)
ItemStack
>
)
Functions
to
Recipe
Link copied to clipboard
open
override
fun
toRecipe
(
key
:
Key
,
result
:
ItemStack
,
group
:
String
)
:
Recipe
Properties
items
Link copied to clipboard
val
items
:
List
<
@
Serializable
(
with
=
ItemStackSerializer::class
)
ItemStack
>