java.lang.Object
com.simibubi.create.content.contraptions.fluids.actors.FillingBySpout

public class FillingBySpout extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static boolean
    canItemBeFilled(net.minecraft.world.level.Level world, net.minecraft.world.item.ItemStack stack)
     
    static net.minecraft.world.item.ItemStack
    fillItem(net.minecraft.world.level.Level world, int requiredAmount, net.minecraft.world.item.ItemStack stack, net.minecraftforge.fluids.FluidStack availableFluid)
     
    static int
    getRequiredAmountForItem(net.minecraft.world.level.Level world, net.minecraft.world.item.ItemStack stack, net.minecraftforge.fluids.FluidStack availableFluid)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FillingBySpout

      public FillingBySpout()
  • Method Details

    • canItemBeFilled

      public static boolean canItemBeFilled(net.minecraft.world.level.Level world, net.minecraft.world.item.ItemStack stack)
    • getRequiredAmountForItem

      public static int getRequiredAmountForItem(net.minecraft.world.level.Level world, net.minecraft.world.item.ItemStack stack, net.minecraftforge.fluids.FluidStack availableFluid)
    • fillItem

      public static net.minecraft.world.item.ItemStack fillItem(net.minecraft.world.level.Level world, int requiredAmount, net.minecraft.world.item.ItemStack stack, net.minecraftforge.fluids.FluidStack availableFluid)