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

Method south

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

Offset this BlockPos 1 block in southern direction

()

Source from the content-addressed store, hash-verified

153 * Offset this BlockPos 1 block in southern direction
154 */
155 public BlockPos south()
156 {
157 return this.south(1);
158 }
159
160 /**
161 * Offset this BlockPos n blocks in southern 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
getGrowthChanceMethod · 0.95

Calls 1

offsetMethod · 0.95

Tested by

no test coverage detected