Class CountedItemStackList
java.lang.Object
com.simibubi.create.foundation.item.CountedItemStackList
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionCountedItemStackList(net.minecraftforge.items.IItemHandler inventory, FilteringBehaviour filteringBehaviour) -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(net.minecraft.world.item.ItemStack stack) voidadd(net.minecraft.world.item.ItemStack stack, int amount) Stream<IntAttached<net.minecraft.network.chat.MutableComponent>>getTopNames(int limit)
-
Constructor Details
-
CountedItemStackList
public CountedItemStackList(net.minecraftforge.items.IItemHandler inventory, FilteringBehaviour filteringBehaviour)
-
-
Method Details
-
getTopNames
-
add
public void add(net.minecraft.world.item.ItemStack stack) -
add
public void add(net.minecraft.world.item.ItemStack stack, int amount)
-