(Position p, int material)
| 15 | } |
| 16 | |
| 17 | @Override |
| 18 | public void add(Position p, int material) { |
| 19 | Position end = this.cuboidFinder.getBestXYZ(p, material); |
| 20 | this.map.addSolid(this.map.createCuboid(p, end, material)); |
| 21 | this.map.markAsConverted(p, end); |
| 22 | } |
| 23 | } |
nothing calls this directly
no test coverage detected