Uses of Interface
net.minecraftforge.fluids.capability.IFluidHandlerItem
Packages that use IFluidHandlerItem
Package
Description
-
Uses of IFluidHandlerItem in net.minecraftforge.fluids
Methods in net.minecraftforge.fluids that return types with arguments of type IFluidHandlerItemModifier and TypeMethodDescriptionstatic LazyOptional<IFluidHandlerItem>FluidUtil.getFluidHandler(ItemStack itemStack) Helper method to get anIFluidHandlerItemfor an itemStack. -
Uses of IFluidHandlerItem in net.minecraftforge.fluids.capability
Fields in net.minecraftforge.fluids.capability with type parameters of type IFluidHandlerItemModifier and TypeFieldDescriptionstatic Capability<IFluidHandlerItem>CapabilityFluidHandler.FLUID_HANDLER_ITEM_CAPABILITY -
Uses of IFluidHandlerItem in net.minecraftforge.fluids.capability.templates
Classes in net.minecraftforge.fluids.capability.templates that implement IFluidHandlerItemModifier and TypeClassDescriptionclassFluidHandlerItemStack is a template capability provider for ItemStacks.static classDestroys the container item when it's emptied.static classSwaps the container item for a different one when it's emptied.classFluidHandlerItemStackSimple is a template capability provider for ItemStacks.static classDestroys the container item when it's emptied.static classSwaps the container item for a different one when it's emptied.Fields in net.minecraftforge.fluids.capability.templates with type parameters of type IFluidHandlerItemModifier and TypeFieldDescriptionprivate final LazyOptional<IFluidHandlerItem>FluidHandlerItemStack.holderprivate final LazyOptional<IFluidHandlerItem>FluidHandlerItemStackSimple.holder -
Uses of IFluidHandlerItem in net.minecraftforge.fluids.capability.wrappers
Classes in net.minecraftforge.fluids.capability.wrappers that implement IFluidHandlerItemFields in net.minecraftforge.fluids.capability.wrappers with type parameters of type IFluidHandlerItemModifier and TypeFieldDescriptionprivate final LazyOptional<IFluidHandlerItem>FluidBucketWrapper.holder