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

Method getChunkPos

src/main/java/net/optifine/DynamicLight.java:115–118  ·  view source on GitHub ↗
(RenderChunk renderChunk, BlockPos pos, EnumFacing facing)

Source from the content-addressed store, hash-verified

113 }
114
115 private BlockPos getChunkPos(RenderChunk renderChunk, BlockPos pos, EnumFacing facing)
116 {
117 return renderChunk != null ? renderChunk.func_181701_a(facing) : pos.offset(facing, 16);
118 }
119
120 private void updateChunkLight(RenderChunk renderChunk, Set<BlockPos> setPrevPos, Set<BlockPos> setNewPos)
121 {

Callers 1

updateMethod · 0.95

Calls 2

func_181701_aMethod · 0.80
offsetMethod · 0.45

Tested by

no test coverage detected