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