Would it be possible to add the ability to block the rotation of certain elements ? Like: ``` php $item = new Item(....); $item->blockRotation(RotationCombinationType::LHB_ROTATION); ```