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
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class net.fabricmc.fabric.api.transfer.v1.storage.base.CombinedSlottedStorage

    getSlot, getSlotCount, toString

    Methods inherited from class net.fabricmc.fabric.api.transfer.v1.storage.base.CombinedStorage

    extract, insert, iterator, supportsExtraction, supportsInsertion

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface java.lang.Iterable

    forEach, spliterator

    Methods inherited from interface net.fabricmc.fabric.api.transfer.v1.storage.SlottedStorage

    getSlots

    Methods 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

      public CombinedInvWrapperMixin(List<S> parts)