Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getConnectedTextureCtmIndex
Method · 0.95
getBlockAtEntityViewpoint
Method · 0.95
getFluidHeight
Method · 0.95
onItemUse
Method · 0.95
onItemRightClick
Method · 0.95
placeDoor
Method · 0.95
getGroundAboveSeaLevel
Method · 0.95
checkLightFor
Method · 0.95
clearCurrentPositionBlocksUpwards
Method · 0.95
generate
Method · 0.95
generate
Method · 0.95
generateLeafNodeList
Method · 0.95
Calls
1
offset
Method · 0.95
Tested by
no test coverage detected