Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getConnectedTextureRandom
Method · 0.95
getConnectedTextureCtmIndex
Method · 0.95
addRainParticles
Method · 0.95
dispenseStack
Method · 0.95
onItemUse
Method · 0.95
onItemRightClick
Method · 0.95
dispenseStack
Method · 0.95
func_111092_a
Method · 0.95
func_111098_b
Method · 0.95
placeInExistingPortal
Method · 0.95
canBlockSeeSky
Method · 0.95
getTopSolidOrLiquidBlock
Method · 0.95
Calls
1
offset
Method · 0.95
Tested by
no test coverage detected