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

Method east

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

Offset this BlockPos 1 block in eastern direction

()

Source from the content-addressed store, hash-verified

185 * Offset this BlockPos 1 block in eastern direction
186 */
187 public BlockPos east()
188 {
189 return this.east(1);
190 }
191
192 /**
193 * Offset this BlockPos n blocks in eastern direction

Callers 15

pushOutOfBlocksMethod · 0.95
checkLightForMethod · 0.95
generateMethod · 0.95
generateTrunkMethod · 0.95
generateMethod · 0.95
generateMethod · 0.95
generateMethod · 0.95
func_175927_aMethod · 0.95
generateMethod · 0.95
pushOutOfBlocksMethod · 0.95

Calls 1

offsetMethod · 0.95

Tested by

no test coverage detected