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

Method offsetMutable

src/main/java/net/optifine/BlockPosM.java:87–90  ·  view source on GitHub ↗
(EnumFacing facing)

Source from the content-addressed store, hash-verified

85 }
86
87 public BlockPos offsetMutable(EnumFacing facing)
88 {
89 return this.offset(facing);
90 }
91
92 /**
93 * Offset this BlockPos 1 block in the given direction

Callers

nothing calls this directly

Calls 1

offsetMethod · 0.95

Tested by

no test coverage detected