-
-
Method Summary
Sets the result function and an exemplary result.
Changes the result and returns this builder.
Changes the result and returns this builder.
Changes the result and returns this builder.
Methods inherited from interface org.spongepowered.api.util.Builder
reset
-
Method Details
-
result
Changes the result and returns this builder. The result is the
ItemType
created when the recipe is fulfilled.
- Parameters:
result
- The output of this recipe
- Returns:
- This builder, for chaining
-
result
Changes the result and returns this builder. The result is the
ItemType
created when the recipe is fulfilled.
- Parameters:
result
- The output of this recipe
- Returns:
- This builder, for chaining
-
result
Changes the result and returns this builder. The result is the
ItemStackLike
created when the recipe is fulfilled.
- Parameters:
result
- The output of this recipe
- Returns:
- This builder, for chaining
-
result
Sets the result function and an exemplary result.
- Parameters:
resultFunction
- The result function
exemplaryResult
- The exemplary result stack
- Returns:
- The builder