(int regionX, int regionZ)
| 248 | } |
| 249 | |
| 250 | @Override |
| 251 | public final synchronized CachedRegion getRegion(int regionX, int regionZ) { |
| 252 | return cachedRegions.get(getRegionID(regionX, regionZ)); |
| 253 | } |
| 254 | |
| 255 | /** |
| 256 | * Returns the region at the specified region coordinates. If a |
no test coverage detected