Uses of Interface
alexiil.mc.lib.attributes.item.GroupedItemInv
Packages that use GroupedItemInv
-
Uses of GroupedItemInv in alexiil.mc.lib.attributes.item
Subinterfaces of GroupedItemInv in alexiil.mc.lib.attributes.itemFields in alexiil.mc.lib.attributes.item with type parameters of type GroupedItemInvModifier and TypeFieldDescriptionstatic final CombinableAttribute<GroupedItemInv>
ItemAttributes.GROUPED_INV
Methods in alexiil.mc.lib.attributes.item that return GroupedItemInvModifier 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
Classes in alexiil.mc.lib.attributes.item.impl that implement GroupedItemInvModifier 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
Fields in alexiil.mc.lib.attributes.item.impl declared as GroupedItemInvModifier and TypeFieldDescriptionprotected final GroupedItemInv
DelegatingGroupedItemInv.delegate
Methods in alexiil.mc.lib.attributes.item.impl that return GroupedItemInvModifier and TypeMethodDescriptionEmptyFixedItemInv.getGroupedInv()
FullFixedItemInv.getGroupedInv()
Constructors in alexiil.mc.lib.attributes.item.impl with parameters of type GroupedItemInvModifierConstructorDescriptionDelegatingGroupedItemInv
(GroupedItemInv delegate) SimpleLimitedGroupedItemInv
(GroupedItemInv delegate) Constructor parameters in alexiil.mc.lib.attributes.item.impl with type arguments of type GroupedItemInv