Interface JavaRepairable.Builder
- All Superinterfaces:
GenericBuilder<JavaRepairable>
- Enclosing interface:
- JavaRepairable
Builder for the repairable component.
- Since:
- 2.9.3
-
Method Details
-
items
Sets theHoldersof item identifiers that can be used to repair the item.- Parameters:
items- theHoldersof item identifiers that can be used to repair the item- Returns:
- this builder
- Since:
- 2.9.3
- See Also:
-
build
JavaRepairable build()Creates the repairable component.- Specified by:
buildin interfaceGenericBuilder<JavaRepairable>- Returns:
- the new component
- Since:
- 2.9.3
-