Custom_Crafter
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Custom_Crafter
Custom_Crafter
/
io.github.sakaki_aruka.customcrafter.api.objects
Package-level
declarations
Types
Types
Craft
View
Link copied to clipboard
data
class
CraftView
(
val
materials
:
Map
<
CoordinateComponent
,
ItemStack
>
,
val
result
:
ItemStack
)
A view of crafting gui.
Mapped
Relation
Link copied to clipboard
data
class
MappedRelation
(
val
components
:
Set
<
MappedRelationComponent
>
)
A relation holder.
Mapped
Relation
Component
Link copied to clipboard
data
class
MappedRelationComponent
(
val
recipe
:
CoordinateComponent
,
val
input
:
CoordinateComponent
)
A component of a relation.