Interface ExternalPatternSinkProvider
- All Known Subinterfaces:
AutocraftingNetworkComponent
- All Known Implementing Classes:
com.refinedmods.refinedstorage.api.network.impl.autocrafting.AutocraftingNetworkComponentImpl
,PlatformAutocraftingNetworkComponent
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@API(status=STABLE,
since="2.0.0-milestone.4.12")
@FunctionalInterface
public interface ExternalPatternSinkProvider
Provides access to the
ExternalPatternSink
for a PatternLayout
.
Used in autocrafting tasks.-
Method Summary
-
Method Details
-
getSinksByPatternLayout
- Parameters:
patternLayout
- the pattern layout- Returns:
- a list of sinks for a pattern
-