Class MappedRelationComponent
-
- All Implemented Interfaces:
public final class MappedRelationComponentA component of a relation.
-
-
Field Summary
Fields Modifier and Type Field Description private final CoordinateComponentrecipeprivate final CoordinateComponentinput
-
Constructor Summary
Constructors Constructor Description MappedRelationComponent(CoordinateComponent recipe, CoordinateComponent input)
-
Method Summary
Modifier and Type Method Description final CoordinateComponentgetRecipe()final CoordinateComponentgetInput()-
-
Constructor Detail
-
MappedRelationComponent
MappedRelationComponent(CoordinateComponent recipe, CoordinateComponent input)
- Parameters:
recipe- A recipe items coordinate.input- An input items coordinate.
-
-
Method Detail
-
getRecipe
final CoordinateComponent getRecipe()
-
getInput
final CoordinateComponent getInput()
-
-
-
-