Interface IInventoryFluid

All Superinterfaces:
net.minecraft.world.Clearable, net.minecraft.world.Container
All Known Implementing Classes:
InventoryFluid

public interface IInventoryFluid extends net.minecraft.world.Container
An inventory that can also contain fluids.
  • Field Summary

    Fields inherited from interface net.minecraft.world.Container

    DEFAULT_DISTANCE_LIMIT, LARGE_MAX_STACK_SIZE
  • Method Summary

    Modifier and Type
    Method
    Description
    net.neoforged.neoforge.fluids.capability.IFluidHandler
     

    Methods inherited from interface net.minecraft.world.Clearable

    clearContent

    Methods inherited from interface net.minecraft.world.Container

    canPlaceItem, canTakeItem, countItem, getContainerSize, getItem, getMaxStackSize, hasAnyMatching, hasAnyOf, isEmpty, removeItem, removeItemNoUpdate, setChanged, setItem, startOpen, stillValid, stopOpen
  • Method Details

    • getFluidHandler

      net.neoforged.neoforge.fluids.capability.IFluidHandler getFluidHandler()