IFluidHandlerItem

Link to ifluidhandleritem

It might be required for you to import the package if you encounter any issues (like casting an Array), so better be safe than sorry and add the import at the very top of the file.

ZenScript
Copy
import crafttweaker.api.capability.IFluidHandlerItem;

已实现的接口

Link to 已实现的接口

IFluidHandlerItem implements the following interfaces. That means all methods defined in these interfaces are also available in IFluidHandlerItem

Name: getContainer

Gets the container of this handler.

Returns: The container of this handler.
Return Type: ItemStack

ZenScript
Copy
// IFluidHandlerItem.getContainer() as ItemStack

myIFluidHandlerItem.getContainer();
名称类型可获得可设置描述
名称
container
类型
物品应用
可获得
true
可设置
false
描述
Gets the container of this handler.