Interface StorageContainerItem
- All Known Implementing Classes:
AbstractStorageContainerItem
,FluidStorageDiskItem
,ItemStorageDiskItem
@API(status=STABLE,
since="2.0.0-milestone.1.0")
public interface StorageContainerItem
-
Method Summary
Modifier and TypeMethodDescriptiongetInfo
(StorageRepository storageRepository, net.minecraft.world.item.ItemStack stack) resolve
(StorageRepository storageRepository, net.minecraft.world.item.ItemStack stack) static Predicate
<net.minecraft.world.item.ItemStack>
-
Method Details
-
resolve
Optional<SerializableStorage> resolve(StorageRepository storageRepository, net.minecraft.world.item.ItemStack stack) -
getInfo
Optional<StorageInfo> getInfo(StorageRepository storageRepository, net.minecraft.world.item.ItemStack stack) -
stackValidator
-