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> collections) static SlotCollectionconcat(SlotCollection first, SlotCollection second) default SlotCollectiondefault SlotCollectionflatMap(Function<ItemStack, ? extends SlotCollection> mapper) default SlotCollectionlimit(int limit) static SlotCollectionof(Collection<? extends SlotAccess> slot) static SlotCollectionof(SlotAccess slot)
-
Field Details
-
EMPTY
-
-
Method Details
-
itemCopies
-
filter
-
flatMap
-
limit
-
of
-
of
-
concat
-
concat
-