Interface FixedItemInv.CopyingFixedItemInv

All Superinterfaces:
AbstractItemInvView, Convertible, FixedItemInv, FixedItemInvView
All Known Implementing Classes:
CombinedFixedItemInv.OfCopying, DelegatingFixedItemInv.OfCopying, FullFixedItemInv, MappedFixedItemInv.OfCopying, SimpleFixedItemInv, SimpleLimitedFixedItemInv.OfCopying, SubFixedItemInv.OfCopying
Enclosing interface:
FixedItemInv

public static interface FixedItemInv.CopyingFixedItemInv extends FixedItemInv
The "complex" variant of FixedItemInv that always returns copies of the stack held. As such this allows per-slot listeners to be registered, and full filter usage (as no-one can modify this inventory in a way that is not permitted).