Interface SlotCollection
- All Known Implementing Classes:
SlotCollection.Filtered, SlotCollection.FlatMapped, SlotCollection.Limited
public interface SlotCollection
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordstatic final recordstatic final record -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic SlotCollectionconcat(List<? extends SlotCollection> terms) static SlotCollectionconcat(SlotCollection first, SlotCollection second) default SlotCollectiondefault SlotCollectionflatMap(Function<ItemStack, ? extends SlotCollection> mapper) default SlotCollectionlimit(int limit) static SlotCollectionof(Collection<? extends SlotAccess> slots) static SlotCollectionof(SlotAccess slotAccess)
-
Field Details
-
EMPTY
-
-
Method Details
-
itemCopies
-
filter
-
flatMap
-
limit
-
of
-
of
-
concat
-
concat
-