Class SimpleFixedItemInvInsertable

java.lang.Object
alexiil.mc.lib.attributes.item.impl.SimpleFixedItemInvInsertable
All Implemented Interfaces:
ItemInsertable, LimitedConsumer<net.minecraft.item.ItemStack>

@Deprecated
public final class SimpleFixedItemInvInsertable
extends java.lang.Object
implements ItemInsertable
Deprecated.
An ItemInsertable wrapper over an FixedItemInv. This implementation is the naive implementation where every insertion operation will look at every slot in the target inventory in order to insert into the most appropriate slot first. As such the use of this class is discouraged whenever a more efficient version can be made (unless the target inventory has a very small size.