Class IngredientComponentStorageWrapperHandlerChemicalStack.StorageWrapperSlurrySlotted
java.lang.Object
org.cyclops.integratedmekanismics.ingredient.IngredientComponentStorageWrapperHandlerChemicalStack.ChemicalStorageWrapper<CHEMICAL,STACK>
org.cyclops.integratedmekanismics.ingredient.IngredientComponentStorageWrapperHandlerChemicalStack.ChemicalStorageWrapperSlotted<mekanism.api.chemical.slurry.Slurry,mekanism.api.chemical.slurry.SlurryStack>
org.cyclops.integratedmekanismics.ingredient.IngredientComponentStorageWrapperHandlerChemicalStack.StorageWrapperSlurrySlotted
- All Implemented Interfaces:
mekanism.api.chemical.IChemicalHandler<mekanism.api.chemical.slurry.Slurry,
,mekanism.api.chemical.slurry.SlurryStack> mekanism.api.chemical.IEmptyStackProvider<mekanism.api.chemical.slurry.Slurry,
,mekanism.api.chemical.slurry.SlurryStack> mekanism.api.chemical.slurry.IEmptySlurryProvider
,mekanism.api.chemical.slurry.ISlurryHandler
- 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.StorageWrapperSlurrySlotted
extends IngredientComponentStorageWrapperHandlerChemicalStack.ChemicalStorageWrapperSlotted<mekanism.api.chemical.slurry.Slurry,mekanism.api.chemical.slurry.SlurryStack>
implements mekanism.api.chemical.slurry.ISlurryHandler
-
Nested Class Summary
Nested classes/interfaces inherited from interface mekanism.api.chemical.slurry.ISlurryHandler
mekanism.api.chemical.slurry.ISlurryHandler.IMekanismSlurryHandler, mekanism.api.chemical.slurry.ISlurryHandler.ISidedSlurryHandler
-
Constructor Summary
ConstructorsConstructorDescriptionStorageWrapperSlurrySlotted
(org.cyclops.commoncapabilities.api.ingredient.storage.IIngredientComponentStorageSlotted<mekanism.api.chemical.ChemicalStack<?>, Integer> storage) -
Method Summary
Methods inherited from class org.cyclops.integratedmekanismics.ingredient.IngredientComponentStorageWrapperHandlerChemicalStack.ChemicalStorageWrapperSlotted
extractChemical, getChemicalInTank, getTanks, insertChemical, isValid, setChemicalInTank
Methods inherited from class org.cyclops.integratedmekanismics.ingredient.IngredientComponentStorageWrapperHandlerChemicalStack.ChemicalStorageWrapper
afterOperation, beforeOperation, extractChemical, extractChemical, getEmptyStack, getTankCapacity, insertChemical
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.slurry.IEmptySlurryProvider
getEmptyStack
-
Constructor Details
-
StorageWrapperSlurrySlotted
public StorageWrapperSlurrySlotted(org.cyclops.commoncapabilities.api.ingredient.storage.IIngredientComponentStorageSlotted<mekanism.api.chemical.ChemicalStack<?>, Integer> storage)
-