(Position p, int material)
| 21 | } |
| 22 | |
| 23 | @Override |
| 24 | public void add(Position p, int material) { |
| 25 | Position end = this.cuboidFinder.getBestXYZ(p, material); |
| 26 | this.map.addSolid(this.map.createCuboid(p, end, material)); |
| 27 | this.map.markAsConverted(p, end); |
| 28 | } |
| 29 | } |
nothing calls this directly
no test coverage detected