Uses of Interface
alexiil.mc.lib.attributes.item.GroupedItemInvView
| Package | Description |
|---|---|
| alexiil.mc.lib.attributes.item | |
| alexiil.mc.lib.attributes.item.impl |
-
Uses of GroupedItemInvView in alexiil.mc.lib.attributes.item
Subinterfaces of GroupedItemInvView in alexiil.mc.lib.attributes.item Modifier and Type Interface Description interfaceGroupedItemInvA modifiable version ofGroupedItemInvView, except that all modification methods are provided byItemExtractableandItemInsertable.interfaceLimitedGroupedItemInvFields in alexiil.mc.lib.attributes.item with type parameters of type GroupedItemInvView Modifier and Type Field Description static CombinableAttribute<GroupedItemInvView>ItemAttributes. GROUPED_INV_VIEWMethods in alexiil.mc.lib.attributes.item that return GroupedItemInvView Modifier and Type Method Description default GroupedItemInvViewFixedItemInvView. getGroupedInv()default GroupedItemInvViewGroupedItemInvView. getGroupedView()Methods in alexiil.mc.lib.attributes.item with parameters of type GroupedItemInvView Modifier and Type Method Description voidItemInvAmountChangeListener.MarkDirtyWrapper. onChange(GroupedItemInvView inv, net.minecraft.item.ItemStack stack, int previous, int current)voidItemInvAmountChangeListener. onChange(GroupedItemInvView inv, net.minecraft.item.ItemStack stack, int previous, int current) -
Uses of GroupedItemInvView in alexiil.mc.lib.attributes.item.impl
Classes in alexiil.mc.lib.attributes.item.impl that implement GroupedItemInvView Modifier and Type Class Description classCombinedGroupedItemInvclassCombinedGroupedItemInvViewA combined version of multipleGroupedItemInvView's.classDelegatingGroupedItemInvclassDirectFixedItemInvA simple implementation ofFixedItemInv.ModifiableFixedItemInvthat supports all of the features that the interface exposes.classEmptyGroupedItemInvGroupedItemInvViewfor an empty inventory.classGroupedItemInvFixedWrapperAGroupedItemInvwrapper over aFixedItemInv.classGroupedItemInvViewFixedWrapperAGroupedItemInvViewthat wraps aFixedItemInvView.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.classSimpleLimitedGroupedItemInvMethods in alexiil.mc.lib.attributes.item.impl that return GroupedItemInvView Modifier and Type Method Description GroupedItemInvViewEmptyGroupedItemInv. getGroupedView()Constructor parameters in alexiil.mc.lib.attributes.item.impl with type arguments of type GroupedItemInvView Constructor Description CombinedGroupedItemInvView(java.util.List<? extends GroupedItemInvView> inventories)