Class BlankVariantView<T extends TransferVariant<?>>

java.lang.Object
net.fabricmc.fabric.api.transfer.v1.storage.base.BlankVariantView<T>
All Implemented Interfaces:
StorageView<T>

public class BlankVariantView<T extends TransferVariant<?>> extends Object implements StorageView<T>
A transfer variant storage view that contains a blank variant all the time (it's always empty), but may have a nonzero capacity. This can be used to give capacity hints even if the storage is empty.