PistonArmBlockEntity
PistonArm (Piston) with ID = 18.
id:string= "PistonArm"
Blocks attached to piston (excluding head) with slime and honey blocks.
name:string
version:int
Database tracking identifier (in 1.16 equals 17825808).
Blocks prevents piston from moving, such as obsidian.
name:string
version:int
Database tracking identifier (in 1.16 equals 17825808).
LastProgress:int
Latest successfully changed state progress, which determine piston movement.
NewState:int
Required by redstone state, if nothing blocking way, piston moves.
Progress:int
Percent between 0 and 1 (with in-game step 0.5), where 1 means activated.
State:int
Currently state, 0 means pulled, 1 moving and 2 pushed.
Sticky:byte
Whether piston crafted with slime and can transfer blocks back.
Block Entity will be saved without instantiating new one when transporting (via pistons, commands, etc.).