()
| 44 | } |
| 45 | |
| 46 | public String getName() { |
| 47 | return this.getClass() |
| 48 | .getSimpleName(); |
| 49 | } |
| 50 | |
| 51 | public void setAccess(CuboidFinder cuboidFinder, MinecraftMap map, AddableManager manager) { |
| 52 | this.cuboidFinder = cuboidFinder; |
no outgoing calls
no test coverage detected