(Position p, int material)
| 43 | } |
| 44 | |
| 45 | @Override |
| 46 | public void add(Position p, int material) { |
| 47 | Position end = this.cuboidFinder.getBestXZ(p, material); |
| 48 | this.map.addPointEntitys(p, end, PlayerSpawnTf2.SPACE, this.type); |
| 49 | this.map.markAsConverted(p, end); |
| 50 | end.move(0, 2, 0); |
| 51 | this.map.addSolidEntity(new Buyzone(this.map.createCuboid(p, end, 0), this.police)); |
| 52 | } |
| 53 | } |
no test coverage detected