(Object o)
| 1139 | ", x=" + x + |
| 1140 | ", y=" + y + |
| 1141 | ", dwheel=" + dwheel + |
| 1142 | ", time=" + time + |
| 1143 | '}'; |
| 1144 | } |
| 1145 | |
| 1146 | @Override |
| 1147 | public Optional<Vec2> position() { |
| 1148 | return Optional.of(new Vec2(x, y)); |
| 1149 | } |
| 1150 | } |
| 1151 | |
| 1152 | |
| 1153 | public void setSwapControl(SwapControl s) { |
| 1154 | swapControl = s; |
| 1155 | } |
| 1156 |
no outgoing calls
no test coverage detected