Uses of Interface
alexiil.mc.lib.attributes.item.GroupedItemInvView
-
Uses of GroupedItemInvView in alexiil.mc.lib.attributes.item
Modifier and TypeInterfaceDescriptioninterface
A modifiable version ofGroupedItemInvView
, except that all modification methods are provided byItemExtractable
andItemInsertable
.interface
Modifier and TypeFieldDescriptionstatic final CombinableAttribute<GroupedItemInvView>
ItemAttributes.GROUPED_INV_VIEW
Modifier and TypeMethodDescriptiondefault GroupedItemInvView
FixedItemInvView.getGroupedInv()
default GroupedItemInvView
GroupedItemInvView.getGroupedView()
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeClassDescriptionclass
class
A combined version of multipleGroupedItemInvView
's.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
AGroupedItemInvView
that wraps aFixedItemInvView
.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
ModifierConstructorDescriptionCombinedGroupedItemInvView
(List<? extends GroupedItemInvView> inventories)