Class MappedFixedFluidInv
java.lang.Object
alexiil.mc.lib.attributes.fluid.impl.AbstractPartialFixedFluidInvView
alexiil.mc.lib.attributes.fluid.impl.MappedFixedFluidInvView
alexiil.mc.lib.attributes.fluid.impl.MappedFixedFluidInv
- All Implemented Interfaces:
- Convertible,- FixedFluidInv,- FixedFluidInvView
- 
Field SummaryFields inherited from class alexiil.mc.lib.attributes.fluid.impl.AbstractPartialFixedFluidInvViewinv
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleansetInvFluid(int tank, FluidVolume to, Simulation simulation)Sets the fluid in the given tank to the given fluid.Methods inherited from class alexiil.mc.lib.attributes.fluid.impl.MappedFixedFluidInvViewaddListener, getInternalTank, getTankCountMethods inherited from class alexiil.mc.lib.attributes.fluid.impl.AbstractPartialFixedFluidInvViewgetFilterForTank, getInvFluid, getMaxAmount, getMaxAmount_F, isFluidValidForTankMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface alexiil.mc.lib.attributes.fluid.FixedFluidInvcreateLimitedFixedInv, extractFluid, forceSetInvFluid, getExtractable, getGroupedInv, getInsertable, getMappedInv, getSubInv, getTank, getTransferable, insertFluid, isFluidValidForTank, modifyTank, tankIterableMethods inherited from interface alexiil.mc.lib.attributes.fluid.FixedFluidInvViewaddListener, convertTo, fluidIterable, getFilterForTank, getFixedView, getInvFluid, getMaxAmount, getMaxAmount_F, getTankCount, offerSelfAsAttribute
- 
Constructor Details- 
MappedFixedFluidInv
 
- 
- 
Method Details- 
setInvFluidDescription copied from interface:FixedFluidInvSets the fluid in the given tank to the given fluid.- Specified by:
- setInvFluidin interface- FixedFluidInv
- Returns:
- True if the modification was allowed, false otherwise. (For example if the given stack doesn't pass the
         FixedFluidInvView.isFluidValidForTank(int, FluidKey)test).
 
 
-