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

Method west

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

Offset this BlockPos 1 block in western direction

()

Source from the content-addressed store, hash-verified

169 * Offset this BlockPos 1 block in western direction
170 */
171 public BlockPos west()
172 {
173 return this.west(1);
174 }
175
176 /**
177 * Offset this BlockPos n blocks in western direction

Callers 15

pushOutOfBlocksMethod · 0.95
checkLightForMethod · 0.95
generateMethod · 0.95
generateMethod · 0.95
generateMethod · 0.95
generateMethod · 0.95
pushOutOfBlocksMethod · 0.95
generatePortalMethod · 0.95

Calls 1

offsetMethod · 0.95

Tested by

no test coverage detected