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.
import crafttweaker.api.block.type.piston.PistonMath;
Returns: The movement area of the piston.
// PistonMath.getMovementArea(area as AABB, direction as Direction, progress as double) as AABB;PistonMath.getMovementArea(myAABB, myDirection, myDouble);
Parameters:
area: AABB
AABB
direction: Direction
Direction
progress: double
double
Return Type: AABB