java.lang.Object
com.simibubi.create.content.contraptions.processing.EmptyingByBasin

public class EmptyingByBasin extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static boolean
    canItemBeEmptied(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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)