Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boxbeam/RedLib
/ getZ
Method
getZ
src/redempt/redlib/blockdata/BlockPosition.java:33–35 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
31
}
32
33
public
int
getZ() {
34
return
z;
35
}
36
37
public
Block getBlock(World world) {
38
return
world.getBlockAt(x, y, z);
Callers
12
rotateVector
Method · 0.45
getBlock
Method · 0.45
BlockPosition
Method · 0.45
load
Method · 0.45
save
Method · 0.45
remove
Method · 0.45
load
Method · 0.45
save
Method · 0.45
remove
Method · 0.45
toString
Method · 0.45
distance
Method · 0.45
testAll
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected