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.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