Class GenericItemEmptying
java.lang.Object
com.simibubi.create.content.fluids.transfer.GenericItemEmptying
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleancanItemBeEmptied(net.minecraft.world.level.Level world, net.minecraft.world.item.ItemStack stack) static net.createmod.catnip.data.Pair<net.neoforged.neoforge.fluids.FluidStack, net.minecraft.world.item.ItemStack> emptyItem(net.minecraft.world.level.Level world, net.minecraft.world.item.ItemStack stack, boolean simulate)
-
Constructor Details
-
GenericItemEmptying
public GenericItemEmptying()
-
-
Method Details
-
canItemBeEmptied
public static boolean canItemBeEmptied(net.minecraft.world.level.Level world, net.minecraft.world.item.ItemStack stack) -
emptyItem
public static net.createmod.catnip.data.Pair<net.neoforged.neoforge.fluids.FluidStack,net.minecraft.world.item.ItemStack> emptyItem(net.minecraft.world.level.Level world, net.minecraft.world.item.ItemStack stack, boolean simulate)
-