For a given position with given material, this method adds solids and entities to the resulting Source map. @param position @param material
(Position position, int material)
| 94 | * @param material |
| 95 | */ |
| 96 | public abstract void add(Position position, int material); |
| 97 | |
| 98 | } |
no outgoing calls
no test coverage detected