Interface IPositionedAddonsNetworkIngredientsHandler<T,M>
- Type Parameters:
T
- The instance type.M
- The matching condition parameter, may be Void. Instances MUST properly implement the equals method.
- All Known Implementing Classes:
DefaultPositionedAddonsNetworkIngredientsHandler
public interface IPositionedAddonsNetworkIngredientsHandler<T,M>
A capability that retrieves the
IPositionedAddonsNetworkIngredients
of an IngredientComponent
in a network.-
Method Summary
Modifier and TypeMethodDescriptiongetStorage
(INetwork network) Get the ingredient network in the given network,
-
Method Details
-
getStorage
Get the ingredient network in the given network,- Parameters:
network
- The network.- Returns:
- The optional ingredient component network.
-