()
| 152 | } |
| 153 | |
| 154 | public void pig() { |
| 155 | if (this.target != null) { |
| 156 | final Rotation actual = this.processor.peekRotation(this.target.rotation); |
| 157 | ctx.player().setYRot(actual.getYaw()); |
| 158 | } |
| 159 | } |
| 160 | |
| 161 | public Optional<Rotation> getEffectiveRotation() { |
| 162 | if (Baritone.settings().freeLook.value) { |
no test coverage detected