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 TypeMethodDescriptionnet.minecraftforge.common.util.LazyOptional<IPositionedAddonsNetworkIngredients<T,
M>> getStorage
(INetwork network) Get the ingredient network in the given network,
-
Method Details
-
getStorage
net.minecraftforge.common.util.LazyOptional<IPositionedAddonsNetworkIngredients<T,M>> getStorage(INetwork network) Get the ingredient network in the given network,- Parameters:
network
- The network.- Returns:
- The optional ingredient component network.
-