Capabilities
Link to capabilities
导入类
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.Capabilities;
Static Properties
Link to static-properties
名称 | 类型 | 可获得 | 可设置 |
---|---|---|---|
名称 ENERGY | 类型 Capability<IEnergyStorage> | 可获得 true | 可设置 false |
名称 FLUID | 类型 Capability<IFluidHandler> | 可获得 true | 可设置 false |
名称 FLUID_ITEM | 类型 Capability<IFluidHandlerItem> | 可获得 true | 可设置 false |
名称 ITEM | 类型 Capability<IItemHandler> | 可获得 true | 可设置 false |