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