Class EmptyingByBasin
java.lang.Object
com.simibubi.create.content.contraptions.processing.EmptyingByBasin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleancanItemBeEmptied(net.minecraft.world.level.Level world, net.minecraft.world.item.ItemStack stack) static Pair<net.minecraftforge.fluids.FluidStack,net.minecraft.world.item.ItemStack> emptyItem(net.minecraft.world.level.Level world, net.minecraft.world.item.ItemStack stack, boolean simulate)
-
Constructor Details
-
EmptyingByBasin
public EmptyingByBasin()
-
-
Method Details
-
canItemBeEmptied
public static boolean canItemBeEmptied(net.minecraft.world.level.Level world, net.minecraft.world.item.ItemStack stack) -
emptyItem
public static Pair<net.minecraftforge.fluids.FluidStack,net.minecraft.world.item.ItemStack> emptyItem(net.minecraft.world.level.Level world, net.minecraft.world.item.ItemStack stack, boolean simulate)
-