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
/
MappedRelationComponent
Mapped
Relation
Component
data
class
MappedRelationComponent
(
val
recipe
:
CoordinateComponent
,
val
input
:
CoordinateComponent
)
A component of a relation.
Parameters
recipe
A recipe items coordinate.
input
An input items coordinate.
Members
Constructors
Mapped
Relation
Component
Link copied to clipboard
constructor
(
recipe
:
CoordinateComponent
,
input
:
CoordinateComponent
)
Properties
input
Link copied to clipboard
val
input
:
CoordinateComponent
recipe
Link copied to clipboard
val
recipe
:
CoordinateComponent