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

Method offset

src/main/java/net/minecraft/util/BlockPos.java:203–206  ·  view source on GitHub ↗

Offset this BlockPos 1 block in the given direction

(EnumFacing facing)

Source from the content-addressed store, hash-verified

201 * Offset this BlockPos 1 block in the given direction
202 */
203 public BlockPos offset(EnumFacing facing)
204 {
205 return this.offset(facing, 1);
206 }
207
208 /**
209 * Offsets this BlockPos n blocks in the given direction

Callers 15

renderEntitiesMethod · 0.95
onItemUseMethod · 0.95
onItemRightClickMethod · 0.95
onItemRightClickMethod · 0.95
onItemRightClickMethod · 0.95
generateMethod · 0.95
generateMethod · 0.95
generateMethod · 0.95
enqueueRelightChecksMethod · 0.95

Calls 6

getFrontOffsetXMethod · 0.80
getFrontOffsetYMethod · 0.80
getFrontOffsetZMethod · 0.80
getXMethod · 0.65
getYMethod · 0.65
getZMethod · 0.65

Tested by

no test coverage detected