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