PistonMoveType

Importing the class

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.

script.zs
import crafttweaker.api.event.block.piston.PistonMoveType;

Enum Constants

PistonMoveType is an enum. It has 2 enum constants. They are accessible using the code below.

script.zs
<constant:forge:event/piston/move_type:extend>
<constant:forge:event/piston/move_type:retract>

Properties

NameTypeHas GetterHas Setter
Name
extend
Type
boolean
Has Getter
true
Has Setter
false