Class CombinedInvWrapperMixin<S extends io.github.fabricators_of_create.porting_lib.transfer.item.SlottedStackStorage>
java.lang.Object
net.fabricmc.fabric.api.transfer.v1.storage.base.CombinedStorage<net.fabricmc.fabric.api.transfer.v1.item.ItemVariant,S>
net.fabricmc.fabric.api.transfer.v1.storage.base.CombinedSlottedStorage<net.fabricmc.fabric.api.transfer.v1.item.ItemVariant,S>
ch.voidlee.repair.mixin.optimization.mounted_storage.CombinedInvWrapperMixin<S>
- All Implemented Interfaces:
Iterable<net.fabricmc.fabric.api.transfer.v1.storage.StorageView<net.fabricmc.fabric.api.transfer.v1.item.ItemVariant>>,net.fabricmc.fabric.api.transfer.v1.storage.SlottedStorage<net.fabricmc.fabric.api.transfer.v1.item.ItemVariant>,net.fabricmc.fabric.api.transfer.v1.storage.Storage<net.fabricmc.fabric.api.transfer.v1.item.ItemVariant>
public abstract class CombinedInvWrapperMixin<S extends io.github.fabricators_of_create.porting_lib.transfer.item.SlottedStackStorage>
extends net.fabricmc.fabric.api.transfer.v1.storage.base.CombinedSlottedStorage<net.fabricmc.fabric.api.transfer.v1.item.ItemVariant,S>
-
Field Summary
Fields inherited from class net.fabricmc.fabric.api.transfer.v1.storage.base.CombinedStorage
parts -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.fabricmc.fabric.api.transfer.v1.storage.base.CombinedSlottedStorage
getSlot, getSlotCount, toStringMethods inherited from class net.fabricmc.fabric.api.transfer.v1.storage.base.CombinedStorage
extract, insert, iterator, supportsExtraction, supportsInsertionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface net.fabricmc.fabric.api.transfer.v1.storage.SlottedStorage
getSlotsMethods inherited from interface net.fabricmc.fabric.api.transfer.v1.storage.Storage
exactView, extract, getVersion, insert, iterator, nonEmptyIterator, nonEmptyViews, simulateExtract, simulateInsert, supportsExtraction, supportsInsertion
-
Constructor Details
-
CombinedInvWrapperMixin
-