Class HandlerUtils
java.lang.Object
com.portingdeadmods.portingdeadlibs.utils.capabilities.HandlerUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.neoforged.neoforge.items.ItemStackHandlernewItemStackHandler(BiPredicate<Integer, net.minecraft.world.item.ItemStack> validator, it.unimi.dsi.fastutil.ints.Int2IntFunction slotLimit, Consumer<Integer> onChange, int slots)
-
Constructor Details
-
HandlerUtils
public HandlerUtils()
-
-
Method Details
-
newItemStackHandler
public static net.neoforged.neoforge.items.ItemStackHandler newItemStackHandler(BiPredicate<Integer, net.minecraft.world.item.ItemStack> validator, it.unimi.dsi.fastutil.ints.Int2IntFunction slotLimit, Consumer<Integer> onChange, int slots)
-