IFluidHandlerAction
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.
Implements
Undocumented Interfaces
Comparable<Enum>
Enum Constants
IFluidHandlerAction is an enum with 2 constants. They are accessible like so:
Members
Getter
If the action should execute.
Return Type:
bool
execute() as bool
If the action should execute.
Returns: true if the action should execute, false otherwise.
Return Type:
bool
Getter
If the action should simulate.
Return Type:
bool
simulate() as bool
If the action should simulate.
Returns: true if the action should simulate, false otherwise.
Return Type:
bool