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