(State s)
| 762 | } |
| 763 | |
| 764 | private static void decodeCommandBlockSwitch(State s) { |
| 765 | s.commandBlockLength = decodeBlockTypeAndLength(s, 1, s.numCommandBlockTypes); |
| 766 | s.commandTreeIdx = s.rings[7]; |
| 767 | } |
| 768 | |
| 769 | private static void decodeDistanceBlockSwitch(State s) { |
| 770 | s.distanceBlockLength = decodeBlockTypeAndLength(s, 2, s.numDistanceBlockTypes); |
no test coverage detected