Class GenericStackMatterStorage

  • All Implemented Interfaces:
    com.buuz135.replication.api.matter_fluid.IMatterHandler

    
    public final class GenericStackMatterStorage
     implements IMatterHandler
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final GenericInternalInventory inventory
      private final Integer tanks
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final GenericInternalInventory getInventory()
      Integer getTanks()
      MatterStack getMatterInTank(Integer tank)
      Double getTankCapacity(Integer tank)
      Boolean isMatterValid(Integer tank, MatterStack stack)
      Double fill(MatterStack stack, IFluidHandler.FluidAction action)
      MatterStack drain(MatterStack resource, IFluidHandler.FluidAction action)
      MatterStack drain(Double maxDrain, IFluidHandler.FluidAction action)
      • Methods inherited from class dev.lapis256.apprep.common.ae2.strategies.GenericStackMatterStorage

        getTanks
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait