Interface LimitedFixedFluidInv

All Superinterfaces:
Convertible, FixedFluidInv, FixedFluidInvView
All Known Implementing Classes:
SimpleLimitedFixedFluidInv

public interface LimitedFixedFluidInv extends FixedFluidInv
A type of FixedFluidInv that wraps an existing FixedFluidInv and provides custom control over the actual modification of the wrapped FixedFluidInv.

Note that it is never possible to get the wrapped FixedFluidInv from this class.