Uses of Interface
net.neoforged.neoforge.fluids.capability.IFluidHandlerItem
Package
Description
-
Uses of IFluidHandlerItem in net.neoforged.neoforge.capabilities
Modifier and TypeFieldDescriptionstatic final ItemCapability
<IFluidHandlerItem, Void> Capabilities.FluidHandler.ITEM
-
Uses of IFluidHandlerItem in net.neoforged.neoforge.fluids
Modifier 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
Modifier 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