Class IngredientComponentStorageWrapperHandlerChemicalStack.StorageWrapperPigment
java.lang.Object
org.cyclops.integratedmekanismics.ingredient.IngredientComponentStorageWrapperHandlerChemicalStack.ChemicalStorageWrapper<mekanism.api.chemical.pigment.Pigment,mekanism.api.chemical.pigment.PigmentStack>
org.cyclops.integratedmekanismics.ingredient.IngredientComponentStorageWrapperHandlerChemicalStack.StorageWrapperPigment
- All Implemented Interfaces:
mekanism.api.chemical.IChemicalHandler<mekanism.api.chemical.pigment.Pigment,
,mekanism.api.chemical.pigment.PigmentStack> mekanism.api.chemical.IEmptyStackProvider<mekanism.api.chemical.pigment.Pigment,
,mekanism.api.chemical.pigment.PigmentStack> mekanism.api.chemical.pigment.IEmptyPigmentProvider
,mekanism.api.chemical.pigment.IPigmentHandler
- 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.StorageWrapperPigment
extends IngredientComponentStorageWrapperHandlerChemicalStack.ChemicalStorageWrapper<mekanism.api.chemical.pigment.Pigment,mekanism.api.chemical.pigment.PigmentStack>
implements mekanism.api.chemical.pigment.IPigmentHandler
-
Nested Class Summary
Nested classes/interfaces inherited from interface mekanism.api.chemical.pigment.IPigmentHandler
mekanism.api.chemical.pigment.IPigmentHandler.IMekanismPigmentHandler, mekanism.api.chemical.pigment.IPigmentHandler.ISidedPigmentHandler
-
Constructor Summary
ConstructorsConstructorDescriptionStorageWrapperPigment
(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.pigment.IEmptyPigmentProvider
getEmptyStack
-
Constructor Details
-
StorageWrapperPigment
public StorageWrapperPigment(org.cyclops.commoncapabilities.api.ingredient.storage.IIngredientComponentStorage<mekanism.api.chemical.ChemicalStack<?>, Integer> storage)
-