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