(BlockPos center, int radius)
| 268 | } |
| 269 | |
| 270 | public boolean isAreaLoaded(BlockPos center, int radius) |
| 271 | { |
| 272 | return this.isAreaLoaded(center, radius, true); |
| 273 | } |
| 274 | |
| 275 | public boolean isAreaLoaded(BlockPos center, int radius, boolean allowEmpty) |
| 276 | { |
no test coverage detected