Class LazyCopyMutableResourceList

java.lang.Object
com.refinedmods.refinedstorage.api.resource.list.LazyCopyMutableResourceList
All Implemented Interfaces:
MutableResourceList, ResourceList

@API(status=STABLE, since="2.0.0-beta.11") public class LazyCopyMutableResourceList extends Object implements MutableResourceList
An implementation of a ResourceList that lazily copies from an original list. Only the entries that are changed are copied.