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 interface
LimitedGroupedItemInv
Fields in alexiil.mc.lib.attributes.item with type parameters of type GroupedItemInv Modifier and Type Field Description static CombinableAttribute<GroupedItemInv>
ItemAttributes. GROUPED_INV
Methods in alexiil.mc.lib.attributes.item that return GroupedItemInv Modifier and Type Method Description default GroupedItemInv
LimitedGroupedItemInv. asUnmodifiable()
default GroupedItemInv
GroupedItemInv. filtered(ItemFilter filter)
default GroupedItemInv
FixedItemInv. 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 class
CombinedGroupedItemInv
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
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
Fields in alexiil.mc.lib.attributes.item.impl declared as GroupedItemInv Modifier and Type Field Description protected GroupedItemInv
DelegatingGroupedItemInv. delegate
Methods in alexiil.mc.lib.attributes.item.impl that return GroupedItemInv Modifier and Type Method Description GroupedItemInv
EmptyFixedItemInv. getGroupedInv()
GroupedItemInv
FullFixedItemInv. 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)