FluidHandlerCaps

Importing the class

If you need to reference this type directly, like when casting an Array, or as a parameter, you will need to import it. Simply add the import at the top of the file.

script.zs
import crafttweaker.api.capability.FluidHandlerCaps;

Members

Field
script.zs
// FluidHandlerCaps.BLOCK as BlockCapability<Direction, IFluidHandler>
FluidHandlerCaps.BLOCK

Return Type: BlockCapability<Direction, IFluidHandler>

Field
script.zs
// FluidHandlerCaps.ENTITY as EntityCapability<Direction, IFluidHandler>
FluidHandlerCaps.ENTITY

Return Type: EntityCapability<Direction, IFluidHandler>

Field
script.zs
// FluidHandlerCaps.ITEM as ItemCapability<Void, IFluidHandlerItem>
FluidHandlerCaps.ITEM

Return Type: ItemCapability<Void, IFluidHandlerItem>