Package net.minecraftforge.fluids.capability
package net.minecraftforge.fluids.capability
-
Interface SummaryInterfaceDescriptionImplement this interface as a capability which should handle fluids, generally storing them in one or more internal
IFluidTank
objects.ItemStacks handled by anIFluidHandler
may change, so this class allows users of the fluid handler to get the container after it has been used. -
Class SummaryClassDescriptionA simple fluid container, to replace the functionality of the old FluidContainerRegistry and IFluidContainerItem.
-
Enum Class Summary