Package alexiil.mc.lib.attributes.item.filter
package alexiil.mc.lib.attributes.item.filter
-
Interface SummaryInterfaceDescriptionA specialised version of the
Predicatefunctional interface forItemStacks.Marker interface forItemFilterthat indicates that object obtaining instances of this might be able to read the real contents.A type ofReadableItemFilterthat may be resolved at a later time to a fixedReadableItemFilter, but which isn't constant over time. -
Class SummaryClassDescriptionAn
ItemFilterover a predefined array ofItemFilter's.AnItemFilterthat only matches on a singleItem.AnItemFilterthat only matches on a singleItemStack, usingItemStackUtil.areEqualIgnoreAmounts(ItemStack, ItemStack).AReadableItemFilterthat only matches items that areClass.isInstance(Object)of a certainClass, and are NOTempty.Predicatewrapper around anItemFilter.AnItemFilterthat checks to see if the givenItemInsertablecould have the stack inserted into it, right now. -
Enum Class Summary