Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Garten/sourcecraft
/ getString
Method
getString
src/minecraft/Position.java:100–102 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
98
}
99
100
public
String getString() {
101
return
this.x +
" "
+ this.y +
" "
+ this.z;
102
}
103
104
public
int
getRoomSizeTo(Position target) {
105
return
(target.x - this.x) * (target.y - this.y) * (target.z - this.z);
Callers
4
Cuboid
Method · 0.95
writeSide
Method · 0.80
writeEnd
Method · 0.80
add
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected