(String name, BlockPos pos)
| 3685 | } |
| 3686 | |
| 3687 | public BlockPos getStrongholdPos(String name, BlockPos pos) |
| 3688 | { |
| 3689 | return this.getChunkProvider().getStrongholdGen(this, name, pos); |
| 3690 | } |
| 3691 | |
| 3692 | /** |
| 3693 | * set by !chunk.getAreLevelsEmpty |
no test coverage detected