MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / getStrongholdPos

Method getStrongholdPos

src/main/java/net/minecraft/world/World.java:3687–3690  ·  view source on GitHub ↗
(String name, BlockPos pos)

Source from the content-addressed store, hash-verified

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

Callers 1

onItemRightClickMethod · 0.80

Calls 2

getChunkProviderMethod · 0.95
getStrongholdGenMethod · 0.65

Tested by

no test coverage detected