Interface FluidContainerListener

All Superinterfaces:
net.minecraft.world.inventory.ContainerListener

public interface FluidContainerListener extends net.minecraft.world.inventory.ContainerListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    dataChanged(net.minecraft.world.inventory.AbstractContainerMenu menu, int slotId, int value)
     
    void
    fluidSlotChanged(FluidContainerMenu menu, int slotId, net.minecraftforge.fluids.FluidStack stack)
     
    void
    slotChanged(net.minecraft.world.inventory.AbstractContainerMenu menu, int slotId, net.minecraft.world.item.ItemStack stack)
     
  • Method Details

    • slotChanged

      void slotChanged(net.minecraft.world.inventory.AbstractContainerMenu menu, int slotId, net.minecraft.world.item.ItemStack stack)
      Specified by:
      slotChanged in interface net.minecraft.world.inventory.ContainerListener
    • dataChanged

      void dataChanged(net.minecraft.world.inventory.AbstractContainerMenu menu, int slotId, int value)
      Specified by:
      dataChanged in interface net.minecraft.world.inventory.ContainerListener
    • fluidSlotChanged

      void fluidSlotChanged(FluidContainerMenu menu, int slotId, net.minecraftforge.fluids.FluidStack stack)