Uses of Interface
alexiil.mc.lib.attributes.item.GroupedItemInv
-
Uses of GroupedItemInv in alexiil.mc.lib.attributes.item
Modifier and TypeFieldDescriptionstatic final CombinableAttribute<GroupedItemInv>
ItemAttributes.GROUPED_INV
Modifier and TypeMethodDescriptiondefault GroupedItemInv
LimitedGroupedItemInv.asUnmodifiable()
default GroupedItemInv
GroupedItemInv.filtered
(ItemFilter filter) default GroupedItemInv
FixedItemInv.getGroupedInv()
-
Uses of GroupedItemInv in alexiil.mc.lib.attributes.item.impl
Modifier and TypeClassDescriptionclass
class
class
A simple implementation ofFixedItemInv.ModifiableFixedItemInv
that supports all of the features that the interface exposes.enum
GroupedItemInvView
for an empty inventory.class
AGroupedItemInv
wrapper over aFixedItemInv
.class
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
Modifier and TypeFieldDescriptionprotected final GroupedItemInv
DelegatingGroupedItemInv.delegate
Modifier and TypeMethodDescriptionEmptyFixedItemInv.getGroupedInv()
FullFixedItemInv.getGroupedInv()
ModifierConstructorDescriptionDelegatingGroupedItemInv
(GroupedItemInv delegate) SimpleLimitedGroupedItemInv
(GroupedItemInv delegate)