Uses of Interface
net.minecraftforge.fluids.capability.IFluidHandlerItem
Package
Description
-
Uses of IFluidHandlerItem in net.minecraftforge.common.capabilities
Modifier and TypeFieldDescriptionstatic final Capability<IFluidHandlerItem>
ForgeCapabilities.FLUID_HANDLER_ITEM
-
Uses of IFluidHandlerItem in net.minecraftforge.fluids
Modifier and TypeMethodDescriptionstatic LazyOptional<IFluidHandlerItem>
FluidUtil.getFluidHandler
(@NotNull ItemStack itemStack) Helper method to get anIFluidHandlerItem
for an itemStack. -
Uses of IFluidHandlerItem in net.minecraftforge.fluids.capability
Modifier and TypeFieldDescriptionstatic Capability<IFluidHandlerItem>
CapabilityFluidHandler.FLUID_HANDLER_ITEM_CAPABILITY
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of IFluidHandlerItem in net.minecraftforge.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.Modifier and TypeFieldDescriptionprivate final LazyOptional<IFluidHandlerItem>
FluidHandlerItemStack.holder
private final LazyOptional<IFluidHandlerItem>
FluidHandlerItemStackSimple.holder
-
Uses of IFluidHandlerItem in net.minecraftforge.fluids.capability.wrappers
Modifier and TypeFieldDescriptionprivate final LazyOptional<IFluidHandlerItem>
FluidBucketWrapper.holder
CapabilityManager.get(CapabilityToken)
, or useForgeCapabilities.FLUID_HANDLER_ITEM
.