Interface LimitedStorage

All Superinterfaces:
ExtractableStorage, InsertableStorage, Storage, StorageView
All Known Implementing Classes:
LimitedStorageImpl, StateTrackedStorage

@API(status=STABLE, since="2.0.0-milestone.1.4") public interface LimitedStorage extends Storage
  • Method Summary

    Modifier and Type
    Method
    Description
    long
     

    Methods inherited from interface com.refinedmods.refinedstorage.api.storage.ExtractableStorage

    extract

    Methods inherited from interface com.refinedmods.refinedstorage.api.storage.InsertableStorage

    insert

    Methods inherited from interface com.refinedmods.refinedstorage.api.storage.StorageView

    getAll, getStored
  • Method Details

    • getCapacity

      long getCapacity()