Type Alias Block_MovingBlock
Block_MovingBlock: { type: "compound"; value: { movingBlock: { type: "compound"; value: object } & Block; movingBlockExtra: { type: "compound"; value: object } & Block; movingEntity?: { type: "compound"; value: object } & BlockEntity; pistonPosX: { type: "int"; value: number }; pistonPosY: { type: "int"; value: number }; pistonPosZ: { type: "int"; value: number }; };} Type declaration
type: "compound"
value: {
movingBlock: { type: "compound"; value: object } & Block;
movingBlockExtra: { type: "compound"; value: object } & Block;
movingEntity?: { type: "compound"; value: object } & BlockEntity;
pistonPosX: { type: "int"; value: number };
pistonPosY: { type: "int"; value: number };
pistonPosZ: { type: "int"; value: number };
}
movingBlock: { type: "compound"; value: object } & Block
movingBlockExtra: { type: "compound"; value: object } & Block
OptionalmovingEntity?: { type: "compound"; value: object } & BlockEntity
pistonPosX: { type: "int"; value: number }
pistonPosY: { type: "int"; value: number }
pistonPosZ: { type: "int"; value: number }
Additional fields for [moving block](https://minecraft.wiki/w/moving block).