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

Method up

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

Offset this BlockPos 1 block up

()

Source from the content-addressed store, hash-verified

105 * Offset this BlockPos 1 block up
106 */
107 public BlockPos up()
108 {
109 return this.up(1);
110 }
111
112 /**
113 * Offset this BlockPos n blocks up

Callers 15

getFluidHeightMethod · 0.95
onItemUseMethod · 0.95
onItemRightClickMethod · 0.95
placeDoorMethod · 0.95
checkLightForMethod · 0.95
generateMethod · 0.95
generateMethod · 0.95
generateLeafNodeListMethod · 0.95

Calls 1

offsetMethod · 0.95

Tested by

no test coverage detected