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