net.minecraft.world.item.slot

public interface SlotCollection

dtw
net.minecraft.world.item.slot.SlotCollection
net.minecraft.class_12271
net.minecraft.loot.slot.ItemStream

Field summary

Modifier and TypeField
SlotCollection
a
EMPTY
field_64161
EMPTY

Method summary

Modifier and TypeMethod
Stream<ItemStack>
itemCopies()
itemCopies()
default SlotCollection
a(Predicate<dkm> arg0)
filter(Predicate<ItemStack> arg0)
method_76129(Predicate<class_1799> arg0)
filter(Predicate<ItemStack> predicate)
default SlotCollection
a(Function<dkm, ? extends dtw> arg0)
flatMap(Function<ItemStack, ? extends SlotCollection> arg0)
method_76128(Function<class_1799, ? extends class_12271> arg0)
map(Function<ItemStack, ? extends ItemStream> function)
default SlotCollection
a(int arg0)
limit(int arg0)
method_76123(int arg0)
limit(int count)
static SlotCollection
a(cib arg0)
of(SlotAccess arg0)
method_76124(class_5630 arg0)
of(StackReference stackReference)
static SlotCollection
a(Collection<? extends cib> arg0)
of(Collection<? extends SlotAccess> arg0)
method_76126(Collection<? extends class_5630> arg0)
of(Collection<? extends StackReference> stackReferences)
static SlotCollection
a(dtw arg0, dtw arg1)
concat(SlotCollection arg0, SlotCollection arg1)
method_76125(class_12271 arg0, class_12271 arg1)
concat(ItemStream first, ItemStream second)
static SlotCollection
a(List<? extends dtw> arg0)
concat(List<? extends SlotCollection> arg0)
method_76127(List<? extends class_12271> arg0)
concat(List<? extends ItemStream> streams)