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 interface
GroupedItemInv
A modifiable version ofGroupedItemInvView
, except that all modification methods are provided byItemExtractable
andItemInsertable
.interface
LimitedGroupedItemInv
Fields in alexiil.mc.lib.attributes.item with type parameters of type GroupedItemInvView Modifier and Type Field Description static CombinableAttribute<GroupedItemInvView>
ItemAttributes. GROUPED_INV_VIEW
Methods in alexiil.mc.lib.attributes.item that return GroupedItemInvView Modifier and Type Method Description default GroupedItemInvView
FixedItemInvView. getGroupedInv()
default GroupedItemInvView
GroupedItemInvView. getGroupedView()
Methods in alexiil.mc.lib.attributes.item with parameters of type GroupedItemInvView Modifier and Type Method Description void
ItemInvAmountChangeListener.MarkDirtyWrapper. onChange(GroupedItemInvView inv, net.minecraft.item.ItemStack stack, int previous, int current)
void
ItemInvAmountChangeListener. 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 class
CombinedGroupedItemInv
class
CombinedGroupedItemInvView
A combined version of multipleGroupedItemInvView
's.class
DelegatingGroupedItemInv
class
DirectFixedItemInv
A simple implementation ofFixedItemInv.ModifiableFixedItemInv
that supports all of the features that the interface exposes.class
EmptyGroupedItemInv
GroupedItemInvView
for an empty inventory.class
GroupedItemInvFixedWrapper
AGroupedItemInv
wrapper over aFixedItemInv
.class
GroupedItemInvViewFixedWrapper
AGroupedItemInvView
that wraps aFixedItemInvView
.class
SimpleGroupedItemInv
A simpleGroupedItemInv
that has a limit on both the number of different items that this can store, and the total number of items that can be stored.class
SimpleLimitedGroupedItemInv
Methods in alexiil.mc.lib.attributes.item.impl that return GroupedItemInvView Modifier and Type Method Description GroupedItemInvView
EmptyGroupedItemInv. 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)