Interface IPuterDisc


public interface IPuterDisc
Storage for IPuterFiles. Somewhat analagous to IItemHandler or IFluidHandler.
  • Method Summary

    Modifier and Type
    Method
    Description
    <FILE extends IPuterFile>
    FILE
    add(FILE file, boolean simulate)
     
  • Method Details

    • add

      <FILE extends IPuterFile> FILE add(FILE file, boolean simulate)
      Type Parameters:
      FILE -
      Parameters:
      file -
      simulate -
      Returns:
      The remaining IPuterFile that was not added. For discrete PuterFiles this may be the whole File (if it didn't fit); for PuterDataStacks this will be the remaining Stack.