Uses of Interface
alexiil.mc.lib.attributes.item.GroupedItemInvView
Packages that use GroupedItemInvView
-
Uses of GroupedItemInvView in alexiil.mc.lib.attributes.item
Subinterfaces of GroupedItemInvView in alexiil.mc.lib.attributes.itemModifier and TypeInterfaceDescriptioninterface
A modifiable version ofGroupedItemInvView
, except that all modification methods are provided byItemExtractable
andItemInsertable
.interface
Fields in alexiil.mc.lib.attributes.item with type parameters of type GroupedItemInvViewMethods in alexiil.mc.lib.attributes.item that return GroupedItemInvViewModifier and TypeMethodDescriptiondefault GroupedItemInvView
FixedItemInvView.getGroupedInv()
default GroupedItemInvView
GroupedItemInvView.getGroupedView()
Methods in alexiil.mc.lib.attributes.item with parameters of type GroupedItemInvViewModifier 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
Classes in alexiil.mc.lib.attributes.item.impl that implement GroupedItemInvViewModifier 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.class
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
Methods in alexiil.mc.lib.attributes.item.impl that return GroupedItemInvViewConstructor parameters in alexiil.mc.lib.attributes.item.impl with type arguments of type GroupedItemInvViewModifierConstructorDescriptionCombinedGroupedItemInvView(List<? extends GroupedItemInvView> inventories)