Uses of Interface
alexiil.mc.lib.attributes.item.LimitedGroupedItemInv.ItemLimitRule
-
Uses of LimitedGroupedItemInv.ItemLimitRule in alexiil.mc.lib.attributes.item
Modifier and TypeMethodDescriptionLimitedGroupedItemInv.ItemLimitRule.allowExtraction()
Stops disallowing extraction of items.LimitedGroupedItemInv.ItemLimitRule.allowInsertion()
Resets any insertion limitations previously imposed by thisLimitedGroupedItemInv.ItemLimitRule
.LimitedGroupedItemInv.ItemLimitRule.disallowExtraction()
Completely disallows extraction of items.LimitedGroupedItemInv.ItemLimitRule.disallowInsertion()
Disallows insertion for thisLimitedGroupedItemInv.ItemLimitRule
.LimitedGroupedItemInv.ItemLimitRule.disallowTransfer()
Completely disallows insertion and extraction for thisLimitedGroupedItemInv.ItemLimitRule
.LimitedGroupedItemInv.getAllRule()
LimitedGroupedItemInv.getRule(ItemFilter filter)
LimitedGroupedItemInv.getRule(net.minecraft.item.ItemStack stack)
LimitedGroupedItemInv.ItemLimitRule.limitInsertionCount(int max)
Limits the number of items that can be inserted (in total) to the given count.LimitedGroupedItemInv.ItemLimitRule.reset()
Clears all limitations for this current rule.LimitedGroupedItemInv.ItemLimitRule.setMinimum(int min)
Limits the number of items that can be extracted to ensure that the inventory cannot have an amount below the given value. -
Uses of LimitedGroupedItemInv.ItemLimitRule in alexiil.mc.lib.attributes.item.impl