Interface IFluidHandlerMutable

All Superinterfaces:
net.neoforged.neoforge.fluids.capability.IFluidHandler
All Known Implementing Classes:
FluidHandlerItemCapacity, SingleUseTank, Tank

public interface IFluidHandlerMutable extends net.neoforged.neoforge.fluids.capability.IFluidHandler
A fluid handler that is mutable.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface net.neoforged.neoforge.fluids.capability.IFluidHandler

    net.neoforged.neoforge.fluids.capability.IFluidHandler.FluidAction
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setFluidInTank(int tank, net.neoforged.neoforge.fluids.FluidStack fluidStack)
     

    Methods inherited from interface net.neoforged.neoforge.fluids.capability.IFluidHandler

    drain, drain, fill, getFluidInTank, getTankCapacity, getTanks, isFluidValid
  • Method Details

    • setFluidInTank

      void setFluidInTank(int tank, net.neoforged.neoforge.fluids.FluidStack fluidStack)