Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Garten/sourcecraft
/ toAxisString
Method
toAxisString
src/minecraft/Position.java:74–76 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
72
}
73
74
public
String toAxisString() {
75
return
this.x +
" "
+ this.y +
" "
+ this.z;
76
}
77
78
public
String toBracketString() {
79
return
"["
+ this.x +
" "
+ this.y +
" "
+ this.z +
"]"
;
Callers
2
writeSide
Method · 0.80
hasMaterial
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected