Interface Storage
- All Superinterfaces:
ExtractableStorage,InsertableStorage,StorageView
- All Known Subinterfaces:
CompositeAwareChild,CompositeStorage,FuzzyRootStorage,LimitedStorage,RootStorage,SerializableStorage,StorageNetworkComponent,TrackedStorage
- All Known Implementing Classes:
AbstractProxyStorage,CompositeStorageImpl,ExternalStorage,LimitedStorageImpl,NoopStorage,PlatformStorageNetworkComponent,PriorityStorage,RootStorageImpl,StateTrackedStorage,StorageImpl,com.refinedmods.refinedstorage.api.network.impl.storage.StorageNetworkComponentImpl,TrackedStorageImpl
@API(status=STABLE,
since="2.0.0-milestone.1.2")
public interface Storage
extends StorageView, InsertableStorage, ExtractableStorage
Represents a storage that can be inserted into, extracted and read from.
-
Method Summary
Methods inherited from interface com.refinedmods.refinedstorage.api.storage.ExtractableStorage
extractMethods inherited from interface com.refinedmods.refinedstorage.api.storage.InsertableStorage
insertMethods inherited from interface com.refinedmods.refinedstorage.api.storage.StorageView
getAll, getStored