Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Garten/sourcecraft
/ getWorld
Method
getWorld
src/periphery/Place.java:29–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
27
}
28
29
public
String getWorld() {
30
return
this.world;
31
}
32
33
public
static
String getWorld(Place place) {
34
if
(place == null) {
Callers
1
initInput
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected