Package net.fabricmc.fabric.api.transfer.v1.storage
package net.fabricmc.fabric.api.transfer.v1.storage
-
ClassDescriptionA
Storage
implementation made of indexed slots.Storage<T>An object that can store resources.Preconditions that can be used when working with storages.Helper functions to work withStorage
s.StorageView<T>A view of a single stored resource in aStorage
, for use withStorage.iterator()
.An immutable association of an immutable object instance (for exampleItem
orFluid
) and an optional NBT tag.