Package net.minecraft.world.item.slot
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> pCollections) static SlotCollectionconcat(SlotCollection pFirst, SlotCollection pSecond) default SlotCollectiondefault SlotCollectionflatMap(Function<ItemStack, ? extends SlotCollection> pMapper) default SlotCollectionlimit(int pLimit) static SlotCollectionof(Collection<? extends SlotAccess> pSlot) static SlotCollectionof(SlotAccess pSlot)
-
Field Details
-
EMPTY
-
-
Method Details
-
itemCopies
-
filter
-
flatMap
-
limit
-
of
-
of
-
concat
-
concat
-