接口 IFluidHandlerItem
- 所有超级接口:
IFluidHandler
- 所有已知实现类:
FluidBucketWrapper
ItemStacks handled by an
IFluidHandler
may change, so this class allows
users of the fluid handler to get the container after it has been used.-
嵌套类概要
从接口继承的嵌套类/接口 net.minecraftforge.fluids.capability.IFluidHandler
IFluidHandler.FluidAction
-
方法概要
从接口继承的方法 net.minecraftforge.fluids.capability.IFluidHandler
drain, drain, fill, getFluidInTank, getTankCapacity, getTanks, isFluidValid
-
方法详细资料
-
getContainer
Get the container currently acted on by this fluid handler. The ItemStack may be different from its initial state, in the case of fluid containers that have different items for their filled and empty states. May be an empty item if the container was drained and is consumable.
-