ArchieStorageMap¶
A dynamically-sized, key-ordered map of storage-like UpdateManagers (e.g. net.kernelpanicsoft.archie.transfer.ArchieItemStorage), declared via NBTHolder.itemMapField/fluidMapField/energyMapField. Unlike NestedNBTHolderMap, every entry shares the same shape (size/limit/capacity), fixed once at field declaration, so factory is supplied once here rather than per getOrPut call.
Properties¶
keys¶
size¶
Functions¶
clear¶
fun clear()
containsKey¶
fun containsKey(key: String): Boolean
get¶
getOrPut¶
iterator¶
remove¶
Removes and returns the storage at key, marking this dirty - null if it wasn't present.