Uses of Interface
net.neoforged.neoforge.fluids.capability.IFluidHandlerItem
Packages that use IFluidHandlerItem
Package
Description
-
Uses of IFluidHandlerItem in net.neoforged.neoforge.capabilities
Fields in net.neoforged.neoforge.capabilities with type parameters of type IFluidHandlerItemModifier and TypeFieldDescriptionstatic final ItemCapability
<IFluidHandlerItem, Void> Capabilities.FluidHandler.ITEM
-
Uses of IFluidHandlerItem in net.neoforged.neoforge.fluids
Methods in net.neoforged.neoforge.fluids that return types with arguments of type IFluidHandlerItemModifier and TypeMethodDescriptionstatic Optional
<IFluidHandlerItem> FluidUtil.getFluidHandler
(ItemStack itemStack) Helper method to get anIFluidHandlerItem
for an itemStack. -
Uses of IFluidHandlerItem in net.neoforged.neoforge.fluids.capability.templates
Classes in net.neoforged.neoforge.fluids.capability.templates that implement IFluidHandlerItemModifier and TypeClassDescriptionclass
FluidHandlerItemStack is a template capability provider for ItemStacks.static class
Destroys the container item when it's emptied.static class
Swaps the container item for a different one when it's emptied.class
FluidHandlerItemStackSimple is a template capability provider for ItemStacks.static class
Destroys the container item when it's emptied.static class
Swaps the container item for a different one when it's emptied. -
Uses of IFluidHandlerItem in net.neoforged.neoforge.fluids.capability.wrappers
Classes in net.neoforged.neoforge.fluids.capability.wrappers that implement IFluidHandlerItem