IFluidHandlerItem
Link to ifluidhandleritem
导入类
Link to 导入类
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 Copyimport crafttweaker.api.capability.IFluidHandlerItem;
已实现的接口
Link to 已实现的接口
IFluidHandlerItem implements the following interfaces. That means all methods defined in these interfaces are also available in IFluidHandlerItem
使用方式
Link to 使用方式
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. |