MCDSL
0.1.0-SNAPSHOT
jvm
MCDSL
/
com.zacklukem.mcdsl.data
/
CraftingShapeless
Crafting
Shapeless
@
Serializable
data
class
CraftingShapeless
(
val
type
:
String
=
"minecraft:crafting_shapeless"
,
val
group
:
String
?
=
null
,
val
ingredients
:
List
<
List
<
Item
>
>
,
val
result
:
CraftingResult
)
:
Recipe
(
source
)
Members
Constructors
Crafting
Shapeless
Link copied to clipboard
constructor
(
type
:
String
=
"minecraft:crafting_shapeless"
,
group
:
String
?
=
null
,
ingredients
:
List
<
List
<
Item
>
>
,
result
:
CraftingResult
)
Properties
group
Link copied to clipboard
val
group
:
String
?
=
null
ingredients
Link copied to clipboard
val
ingredients
:
List
<
List
<
Item
>
>
result
Link copied to clipboard
val
result
:
CraftingResult
type
Link copied to clipboard
val
type
:
String