Uses of Interface
alexiil.mc.lib.attributes.item.AbstractItemInvView
-
Uses of AbstractItemInvView in alexiil.mc.lib.attributes.item
Subinterfaces of AbstractItemInvView in alexiil.mc.lib.attributes.item Modifier and Type Interface Description interfaceFixedItemInvAFixedItemInvViewthat can have it's contents changed.static interfaceFixedItemInv.CopyingFixedItemInvThe "complex" variant ofFixedItemInvthat always returns copies of the stack held.static interfaceFixedItemInv.ModifiableFixedItemInvThe "simpler" variant ofFixedItemInvwhich allows callers to freely modify the currentItemStackcontained in it's inventory.interfaceFixedItemInvViewA view of a fixed inventory for items, where the size of the inventory never changes, and every slot is "simple": The amount of every slot will never exceed 64, the normal maximum stack size of minecraft. The stack will stay in the slot until it is removed or changed by something else.interfaceGroupedItemInvA modifiable version ofGroupedItemInvView, except that all modification methods are provided byItemExtractableandItemInsertable.interfaceGroupedItemInvViewAn alternative way of storing large numbers ofItemStack, without using large numbers of slots in aFixedItemInvView.interfaceLimitedFixedItemInvA type ofFixedItemInvthat wraps an existingFixedItemInvand provides custom control over the actual modification of the wrappedFixedItemInv.interfaceLimitedGroupedItemInvMethods in alexiil.mc.lib.attributes.item with parameters of type AbstractItemInvView Modifier and Type Method Description voidInvMarkDirtyListener. onMarkDirty(AbstractItemInvView inv) -
Uses of AbstractItemInvView in alexiil.mc.lib.attributes.item.compat
Classes in alexiil.mc.lib.attributes.item.compat that implement AbstractItemInvView Modifier and Type Class Description classFixedInventoryVanillaWrapperAnFixedItemInvthat wraps a vanillaInventory.classFixedInventoryViewVanillaWrapperAnFixedItemInvthat wraps a vanillaInventory.classFixedSidedInventoryVanillaWrapper -
Uses of AbstractItemInvView in alexiil.mc.lib.attributes.item.compat.mod.emi.iteminv
Classes in alexiil.mc.lib.attributes.item.compat.mod.emi.iteminv that implement AbstractItemInvView Modifier and Type Class Description classFixedInvEmiItemInvAFixedItemInvwhich wraps emi'sItemInventory. -
Uses of AbstractItemInvView in alexiil.mc.lib.attributes.item.impl