Uses of Interface
alexiil.mc.lib.attributes.item.GroupedItemInv
| Package | Description |
|---|---|
| alexiil.mc.lib.attributes.item | |
| alexiil.mc.lib.attributes.item.impl |
-
Uses of GroupedItemInv in alexiil.mc.lib.attributes.item
Subinterfaces of GroupedItemInv in alexiil.mc.lib.attributes.item Modifier and Type Interface Description interfaceLimitedGroupedItemInvFields in alexiil.mc.lib.attributes.item with type parameters of type GroupedItemInv Modifier and Type Field Description static CombinableAttribute<GroupedItemInv>ItemAttributes. GROUPED_INVMethods in alexiil.mc.lib.attributes.item that return GroupedItemInv Modifier and Type Method Description default GroupedItemInvLimitedGroupedItemInv. asUnmodifiable()default GroupedItemInvGroupedItemInv. filtered(ItemFilter filter)default GroupedItemInvFixedItemInv. getGroupedInv() -
Uses of GroupedItemInv in alexiil.mc.lib.attributes.item.impl
Classes in alexiil.mc.lib.attributes.item.impl that implement GroupedItemInv Modifier and Type Class Description classCombinedGroupedItemInvclassDelegatingGroupedItemInvclassDirectFixedItemInvA simple implementation ofFixedItemInv.ModifiableFixedItemInvthat supports all of the features that the interface exposes.classEmptyGroupedItemInvGroupedItemInvViewfor an empty inventory.classGroupedItemInvFixedWrapperAGroupedItemInvwrapper over aFixedItemInv.classSimpleGroupedItemInvA simpleGroupedItemInvthat has a limit on both the number of different items that this can store, and the total number of items that can be stored.classSimpleLimitedGroupedItemInvFields in alexiil.mc.lib.attributes.item.impl declared as GroupedItemInv Modifier and Type Field Description protected GroupedItemInvDelegatingGroupedItemInv. delegateMethods in alexiil.mc.lib.attributes.item.impl that return GroupedItemInv Modifier and Type Method Description GroupedItemInvEmptyFixedItemInv. getGroupedInv()GroupedItemInvFullFixedItemInv. getGroupedInv()Constructors in alexiil.mc.lib.attributes.item.impl with parameters of type GroupedItemInv Constructor Description DelegatingGroupedItemInv(GroupedItemInv delegate)SimpleLimitedGroupedItemInv(GroupedItemInv delegate)Constructor parameters in alexiil.mc.lib.attributes.item.impl with type arguments of type GroupedItemInv Constructor Description CombinedGroupedItemInv(java.util.List<? extends GroupedItemInv> inventories)