Uses of Interface
alexiil.mc.lib.attributes.item.LimitedFixedItemInv.ItemSlotLimitRule
-
Uses of LimitedFixedItemInv.ItemSlotLimitRule in alexiil.mc.lib.attributes.item
Modifier and TypeMethodDescriptionLimitedFixedItemInv.ItemSlotLimitRule.allowExtraction()
Stops disallowing extraction of items.LimitedFixedItemInv.ItemSlotLimitRule.allowInsertion()
Stops disallowing insertion of items by setting thelimitInsertionCount(int)
to 64.LimitedFixedItemInv.ItemSlotLimitRule.disallowExtraction()
Completely disallows extraction of items.LimitedFixedItemInv.ItemSlotLimitRule.disallowInsertion()
Completely disallows inserting items by setting thelimitInsertionCount(int)
to 0.LimitedFixedItemInv.ItemSlotLimitRule.filterExtracts
(ItemFilter filter) Filters all extractions with the given filter in addition to whatever filters are already present.LimitedFixedItemInv.ItemSlotLimitRule.filterInserts
(ItemFilter filter) Filters all insertions with the given filter in addition to whatever filters are already present.LimitedFixedItemInv.getAllRule()
LimitedFixedItemInv.getRule
(int slot) LimitedFixedItemInv.getSubRule
(int from, int to) LimitedFixedItemInv.ItemSlotLimitRule.limitInsertionCount
(int max) Limits the number of items that can be inserted (in total) to the given count.LimitedFixedItemInv.ItemSlotLimitRule.noExtractionFilter()
Removes the currentextraction filter
.LimitedFixedItemInv.ItemSlotLimitRule.noInsertionFilter()
Removes the currentinsertion filter
.LimitedFixedItemInv.ItemSlotLimitRule.noInsertionLimits()
Deprecated, for removal: This API element is subject to removal in a future version.LimitedFixedItemInv.ItemSlotLimitRule.reset()
Clears all limitations for this current rule.LimitedFixedItemInv.ItemSlotLimitRule.setMinimum
(int min) Limits the number of items that can be extracted to ensure that this slot cannot have an amount that goes below the given value. -
Uses of LimitedFixedItemInv.ItemSlotLimitRule in alexiil.mc.lib.attributes.item.impl
Modifier and TypeMethodDescriptionSimpleLimitedFixedItemInv.getRule
(int slot) SimpleLimitedFixedItemInv.getSubRule
(int from, int to)
noInsertionFilter()
.