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

Method getHeight

src/main/java/net/minecraft/world/chunk/Chunk.java:170–173  ·  view source on GitHub ↗
(BlockPos pos)

Source from the content-addressed store, hash-verified

168 }
169
170 public int getHeight(BlockPos pos)
171 {
172 return this.getHeightValue(pos.getX() & 15, pos.getZ() & 15);
173 }
174
175 /**
176 * Returns the value in the height map at this x, z coordinate in the chunk

Callers 10

genDecorationsMethod · 0.45
decorateMethod · 0.45
decorateMethod · 0.45
decorateMethod · 0.45
decorateMethod · 0.45
decorateMethod · 0.45
decorateMethod · 0.45
decorateMethod · 0.45

Calls 3

getHeightValueMethod · 0.95
getXMethod · 0.65
getZMethod · 0.65

Tested by

no test coverage detected