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

Method north

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

Offset this BlockPos 1 block in northern direction

()

Source from the content-addressed store, hash-verified

137 * Offset this BlockPos 1 block in northern direction
138 */
139 public BlockPos north()
140 {
141 return this.north(1);
142 }
143
144 /**
145 * Offset this BlockPos n blocks in northern direction

Callers 15

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

Calls 1

offsetMethod · 0.95

Tested by

no test coverage detected