(CuboidFinder cuboidFinder, MinecraftMap map, AddableManager manager)
| 49 | } |
| 50 | |
| 51 | public void setAccess(CuboidFinder cuboidFinder, MinecraftMap map, AddableManager manager) { |
| 52 | this.cuboidFinder = cuboidFinder; |
| 53 | this.map = map; |
| 54 | this.manager = manager; |
| 55 | } |
| 56 | |
| 57 | /** |
| 58 | * Returns whether the added blocks are air. |
no outgoing calls
no test coverage detected