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

Method down

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

Offset this BlockPos 1 block down

()

Source from the content-addressed store, hash-verified

121 * Offset this BlockPos 1 block down
122 */
123 public BlockPos down()
124 {
125 return this.down(1);
126 }
127
128 /**
129 * Offset this BlockPos n blocks down

Callers 15

addRainParticlesMethod · 0.95
dispenseStackMethod · 0.95
onItemUseMethod · 0.95
onItemRightClickMethod · 0.95
dispenseStackMethod · 0.95
func_111092_aMethod · 0.95
func_111098_bMethod · 0.95
placeInExistingPortalMethod · 0.95
canBlockSeeSkyMethod · 0.95

Calls 1

offsetMethod · 0.95

Tested by

no test coverage detected