Class IngredientComponentStorageWrapperHandlerChemicalStack.StorageWrapperGas
java.lang.Object
org.cyclops.integratedmekanismics.ingredient.IngredientComponentStorageWrapperHandlerChemicalStack.ChemicalStorageWrapper<mekanism.api.chemical.gas.Gas,mekanism.api.chemical.gas.GasStack>
org.cyclops.integratedmekanismics.ingredient.IngredientComponentStorageWrapperHandlerChemicalStack.StorageWrapperGas
- All Implemented Interfaces:
mekanism.api.chemical.gas.IEmptyGasProvider
,mekanism.api.chemical.gas.IGasHandler
,mekanism.api.chemical.IChemicalHandler<mekanism.api.chemical.gas.Gas,
,mekanism.api.chemical.gas.GasStack> mekanism.api.chemical.IEmptyStackProvider<mekanism.api.chemical.gas.Gas,
mekanism.api.chemical.gas.GasStack>
- Enclosing class:
- IngredientComponentStorageWrapperHandlerChemicalStack<CHEMICAL extends mekanism.api.chemical.Chemical<CHEMICAL>,
STACK extends mekanism.api.chemical.ChemicalStack<CHEMICAL>, C extends mekanism.api.chemical.IChemicalHandler<CHEMICAL, STACK>>
public static final class IngredientComponentStorageWrapperHandlerChemicalStack.StorageWrapperGas
extends IngredientComponentStorageWrapperHandlerChemicalStack.ChemicalStorageWrapper<mekanism.api.chemical.gas.Gas,mekanism.api.chemical.gas.GasStack>
implements mekanism.api.chemical.gas.IGasHandler
-
Nested Class Summary
Nested classes/interfaces inherited from interface mekanism.api.chemical.gas.IGasHandler
mekanism.api.chemical.gas.IGasHandler.IMekanismGasHandler, mekanism.api.chemical.gas.IGasHandler.ISidedGasHandler
-
Constructor Summary
ConstructorsConstructorDescriptionStorageWrapperGas
(org.cyclops.commoncapabilities.api.ingredient.storage.IIngredientComponentStorage<mekanism.api.chemical.ChemicalStack<?>, Integer> storage) -
Method Summary
Methods inherited from class org.cyclops.integratedmekanismics.ingredient.IngredientComponentStorageWrapperHandlerChemicalStack.ChemicalStorageWrapper
afterOperation, beforeOperation, extractChemical, extractChemical, extractChemical, getChemicalInTank, getEmptyStack, getTankCapacity, getTanks, insertChemical, insertChemical, isValid, setChemicalInTank
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface mekanism.api.chemical.IChemicalHandler
extractChemical, extractChemical, extractChemical, getChemicalInTank, getTankCapacity, getTanks, insertChemical, insertChemical, isValid, setChemicalInTank
Methods inherited from interface mekanism.api.chemical.gas.IEmptyGasProvider
getEmptyStack
-
Constructor Details
-
StorageWrapperGas
public StorageWrapperGas(org.cyclops.commoncapabilities.api.ingredient.storage.IIngredientComponentStorage<mekanism.api.chemical.ChemicalStack<?>, Integer> storage)
-