(Position start, Position end, int material)
| 44 | public void addMaterialForRerun(Position position, int material); |
| 45 | |
| 46 | public Cuboid createCuboid(Position start, Position end, int material); |
| 47 | |
| 48 | public Cuboid createCuboid(Position start, Position end, int positionarts, Position offset, Position negativeOffset, int material); |
| 49 |
no outgoing calls
no test coverage detected