Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Garten/sourcecraft
/ getZ
Method
getZ
src/minecraft/Position.java:41–43 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
39
}
40
41
public
int
getZ() {
42
return
this.z;
43
}
44
45
public
Position setX(
int
x) {
46
this.x = x;
Callers
15
capBy
Method · 0.95
capBelow
Method · 0.95
DefaultMinecraftMapConverter
Method · 0.95
open
Method · 0.95
getBestXYZ
Method · 0.45
getBestXY
Method · 0.45
getBestXZ
Method · 0.45
getBestYZ
Method · 0.45
getBestX
Method · 0.45
getBestY
Method · 0.45
getBestZ
Method · 0.45
put
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected