Uses of Interface
net.minecraftforge.fluids.capability.IFluidHandlerItem
-
-
Uses of IFluidHandlerItem in net.minecraftforge.fluids
Methods in net.minecraftforge.fluids that return types with arguments of type IFluidHandlerItem Modifier and Type Method Description static LazyOptional<IFluidHandlerItem>
FluidUtil. getFluidHandler(ItemStack itemStack)
Helper method to get anIFluidHandlerItem
for an itemStack. -
Uses of IFluidHandlerItem in net.minecraftforge.fluids.capability
Fields in net.minecraftforge.fluids.capability with type parameters of type IFluidHandlerItem Modifier and Type Field Description static 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 IFluidHandlerItem Modifier and Type Class Description class
FluidHandlerItemStack
FluidHandlerItemStack is a template capability provider for ItemStacks.static class
FluidHandlerItemStack.Consumable
Destroys the container item when it's emptied.static class
FluidHandlerItemStack.SwapEmpty
Swaps the container item for a different one when it's emptied.class
FluidHandlerItemStackSimple
FluidHandlerItemStackSimple is a template capability provider for ItemStacks.static class
FluidHandlerItemStackSimple.Consumable
Destroys the container item when it's emptied.static class
FluidHandlerItemStackSimple.SwapEmpty
Swaps the container item for a different one when it's emptied.Fields in net.minecraftforge.fluids.capability.templates with type parameters of type IFluidHandlerItem Modifier and Type Field Description private LazyOptional<IFluidHandlerItem>
FluidHandlerItemStack. holder
private LazyOptional<IFluidHandlerItem>
FluidHandlerItemStackSimple. holder
-
Uses of IFluidHandlerItem in net.minecraftforge.fluids.capability.wrappers
Classes in net.minecraftforge.fluids.capability.wrappers that implement IFluidHandlerItem Modifier and Type Class Description class
FluidBucketWrapper
Wrapper for vanilla and forge buckets.Fields in net.minecraftforge.fluids.capability.wrappers with type parameters of type IFluidHandlerItem Modifier and Type Field Description private LazyOptional<IFluidHandlerItem>
FluidBucketWrapper. holder
-